eSqlClrPermissionLevel Enum
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.
Enumeration to indicate the SQL permission level.
public enum class eSqlClrPermissionLevel
public enum class eSqlClrPermissionLevel
enum eSqlClrPermissionLevel
public enum eSqlClrPermissionLevel
type eSqlClrPermissionLevel =
Public Enum eSqlClrPermissionLevel
- Inheritance
-
eSqlClrPermissionLevel
Fields
eExternal | 1 | Allows a UDT to access certain external system resources, such as files, networks, environmental variables, and the registry. |
eSafe | 0 | Restricts code execution to the local assembly. |
eUnsafe | 2 | Allows code executing from within an assembly to call unmanaged code. |