Gets or sets the SQL permission level for the project.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Property SqlPermissionLevel As eSqlClrPermissionLevel
    Get
    Set
eSqlClrPermissionLevel SqlPermissionLevel { get; set; }
property eSqlClrPermissionLevel SqlPermissionLevel {
    eSqlClrPermissionLevel get ();
    void set (eSqlClrPermissionLevel value);
}
abstract SqlPermissionLevel : eSqlClrPermissionLevel with get, set
function get SqlPermissionLevel () : eSqlClrPermissionLevel
function set SqlPermissionLevel (value : eSqlClrPermissionLevel)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.eSqlClrPermissionLevel
A value from the eSqlClrPermissionLevel enumeration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.