DatabasePermission.CreateMessageType Property
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
'Bildirim
Public Shared ReadOnly Property CreateMessageType As DatabasePermission
Get
'Kullanım
Dim value As DatabasePermission
value = DatabasePermission.CreateMessageType
public static DatabasePermission CreateMessageType { get; }
public:
static property DatabasePermission^ CreateMessageType {
DatabasePermission^ get ();
}
static member CreateMessageType : DatabasePermission
static function get CreateMessageType () : DatabasePermission
Property Value
Type: Microsoft.SqlServer.Management.Smo.DatabasePermission
A DatabasePermission object that represents the CreateMessageType permission that can be included in the database permission set.
Examples
Granting, Revoking, and Denying Permissions
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace