eSqlClrPermissionLevel Enum

Definition

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.

Applies to