Shutdown 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Shared ReadOnly Property Shutdown As ServerPermission
    Get
用法
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

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .ServerPermission
A ServerPermission object that represents the Shutdown permission that can be included in the server permission set.