eSqlClrPermissionLevel Enumeration
Visual Studio 2015
Enumeration to indicate the SQL permission level.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Member name | Description | |
|---|---|---|
| eExternal | Allows a UDT to access certain external system resources, such as files, networks, environmental variables, and the registry. | |
| eSafe | Restricts code execution to the local assembly. | |
| eUnsafe | Allows code executing from within an assembly to call unmanaged code. |
Show: