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