다음을 통해 공유


UnsafeAssembly 속성

Gets a permission that can be included in the server permission set.

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

구문

‘선언
Public Shared ReadOnly Property UnsafeAssembly As ServerPermission
    Get
‘사용 방법
Dim value As ServerPermission

value = ServerPermission.UnsafeAssembly
public static ServerPermission UnsafeAssembly { get; }
public:
static property ServerPermission^ UnsafeAssembly {
    ServerPermission^ get ();
}
static member UnsafeAssembly : ServerPermission
static function get UnsafeAssembly () : ServerPermission

속성 값

유형: Microsoft.SqlServer.Management.Smo. . :: . .ServerPermission
A ServerPermission object that represents the UnsafeAssembly permission that can be included in the server permission set.