VCConfiguration.SqlPermissionLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the SQL permission level for the project.
public:
property Microsoft::VisualStudio::VCProjectEngine::eSqlClrPermissionLevel SqlPermissionLevel { Microsoft::VisualStudio::VCProjectEngine::eSqlClrPermissionLevel get(); void set(Microsoft::VisualStudio::VCProjectEngine::eSqlClrPermissionLevel value); };
public:
property Microsoft::VisualStudio::VCProjectEngine::eSqlClrPermissionLevel SqlPermissionLevel { Microsoft::VisualStudio::VCProjectEngine::eSqlClrPermissionLevel get(); void set(Microsoft::VisualStudio::VCProjectEngine::eSqlClrPermissionLevel value); };
[System.Runtime.InteropServices.DispId(770)]
public Microsoft.VisualStudio.VCProjectEngine.eSqlClrPermissionLevel SqlPermissionLevel { [System.Runtime.InteropServices.DispId(770)] get; [System.Runtime.InteropServices.DispId(770)] set; }
[<System.Runtime.InteropServices.DispId(770)>]
[<get: System.Runtime.InteropServices.DispId(770)>]
[<set: System.Runtime.InteropServices.DispId(770)>]
member this.SqlPermissionLevel : Microsoft.VisualStudio.VCProjectEngine.eSqlClrPermissionLevel with get, set
Public Property SqlPermissionLevel As eSqlClrPermissionLevel
Property Value
A value from the eSqlClrPermissionLevel enumeration.
- Attributes