Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Enumeration to indicate the SQL permission level.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration eSqlClrPermissionLevel
public enum eSqlClrPermissionLevel
public enum class eSqlClrPermissionLevel
type eSqlClrPermissionLevel
public enum eSqlClrPermissionLevel
Members
| 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. |