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. |