다음을 통해 공유


AlterAnyAssembly 속성

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

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

구문

‘선언
Public Shared ReadOnly Property AlterAnyAssembly As DatabasePermission
    Get
‘사용 방법
Dim value As DatabasePermission

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

속성 값

유형: Microsoft.SqlServer.Management.Smo. . :: . .DatabasePermission
A DatabasePermission object that represents the AlterAnyAssembly permission that can be included in the database permission set.