eSqlClrPermissionLevel - перечисление
Enumeration to indicate the SQL permission level.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Public Enumeration eSqlClrPermissionLevel
'Применение
Dim instance As eSqlClrPermissionLevel
public enum eSqlClrPermissionLevel
public enum class eSqlClrPermissionLevel
public enum eSqlClrPermissionLevel
Члены
Имя члена | Описание | |
---|---|---|
eSafe | Restricts code execution to the local assembly. | |
eExternal | Allows a UDT to access certain external system resources, such as files, networks, environmental variables, and the registry. | |
eUnsafe | Allows code executing from within an assembly to call unmanaged code. |