Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the SQL permission level for the project.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property SqlPermissionLevel As eSqlClrPermissionLevel
'Usage
Dim instance As VCConfiguration 
Dim value As eSqlClrPermissionLevel 
value = instance.SqlPermissionLevel
instance.SqlPermissionLevel = value
eSqlClrPermissionLevel SqlPermissionLevel { get; set; }
property eSqlClrPermissionLevel SqlPermissionLevel {
    eSqlClrPermissionLevel get ();
    void set (eSqlClrPermissionLevel value);
}
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.