共用方式為


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

成員

成員名稱 說明
External Value = 2. External access to the assembly is permitted.
Safe Value = 1. Only safe access to the assembly is permitted.
Unrestricted Value = 3. Unrestricted access to the assembly is permitted.

備註

The AssemblySecurityLevel enumeration class is served by the AssemblySecurityLevel property.

請參閱

參考

Microsoft.SqlServer.Management.Smo 命名空間