AlterAnyMessageType-Eigenschaft
Gets a permission that can be included in the database permission set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AlterAnyMessageType As DatabasePermission
Get
'Usage
Dim value As DatabasePermission
value = DatabasePermission.AlterAnyMessageType
public static DatabasePermission AlterAnyMessageType { get; }
public:
static property DatabasePermission^ AlterAnyMessageType {
DatabasePermission^ get ();
}
static member AlterAnyMessageType : DatabasePermission
static function get AlterAnyMessageType () : DatabasePermission
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .DatabasePermission
A DatabasePermission object that represents the AlterAnyMessageType permission that can be included in the database permission set.
Siehe auch