Compartir a través de


DropResourcePool Propiedad

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property DropResourcePool As ServerEvent
    Get
'Uso
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