AssemblySecurityLevel 열거형

The AssemblySecurityLevel enumeration contains values that are used to specify the access rights for an assembly.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum.dll의 Microsoft.SqlServer.SqlEnum

구문

‘선언
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.

주의

The AssemblySecurityLevel enumeration class is served by the AssemblySecurityLevel property.