AssemblySecurityLevel 枚举
The AssemblySecurityLevel enumeration contains values that are used to specify the access rights for an assembly.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public Enumeration AssemblySecurityLevel
用法
Dim instance As AssemblySecurityLevel
public enum AssemblySecurityLevel
public enum class AssemblySecurityLevel
type AssemblySecurityLevel
public enum AssemblySecurityLevel
成员
成员名称 | 说明 | |
---|---|---|
Safe | Value = 1. Only safe access to the assembly is permitted. | |
External | Value = 2. External access to the assembly is permitted. | |
Unrestricted | Value = 3. Unrestricted access to the assembly is permitted. |