Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a permission that can be included in the server permission set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property CreateTraceEventNotification As ServerPermission
Get
'Usage
Dim value As ServerPermission
value = ServerPermission.CreateTraceEventNotification
public static ServerPermission CreateTraceEventNotification { get; }
public:
static property ServerPermission^ CreateTraceEventNotification {
ServerPermission^ get ();
}
static member CreateTraceEventNotification : ServerPermission
static function get CreateTraceEventNotification () : ServerPermission
Property Value
Type: Microsoft.SqlServer.Management.Smo.ServerPermission
A ServerPermission object that represents the CreateTraceEventNotification permission that can be included in the server permission set.
Examples
Granting, Revoking, and Denying Permissions
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace