ServerPermission.Shutdown Property
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 Shutdown As ServerPermission
Get
'Usage
Dim value As ServerPermission
value = ServerPermission.Shutdown
public static ServerPermission Shutdown { get; }
public:
static property ServerPermission^ Shutdown {
ServerPermission^ get ();
}
static member Shutdown : ServerPermission
static function get Shutdown () : ServerPermission
Property Value
Type: Microsoft.SqlServer.Management.Smo.ServerPermission
A ServerPermission object that represents the Shutdown permission that can be included in the server permission set.
See Also