ServerEvent.DropWorkloadGroup Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DropWorkloadGroup As ServerEvent
Get
'Usage
Dim value As ServerEvent
value = ServerEvent.DropWorkloadGroup
public static ServerEvent DropWorkloadGroup { get; }
public:
static property ServerEvent^ DropWorkloadGroup {
ServerEvent^ get ();
}
static member DropWorkloadGroup : ServerEvent
static function get DropWorkloadGroup () : ServerEvent
Property Value
See Also