Partilhar via


Propriedade AlterResourcePool

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Shared ReadOnly Property AlterResourcePool As ServerEvent
    Get
'Uso
Dim value As ServerEvent

value = ServerEvent.AlterResourcePool
public static ServerEvent AlterResourcePool { get; }
public:
static property ServerEvent^ AlterResourcePool {
    ServerEvent^ get ();
}
static member AlterResourcePool : ServerEvent
static function get AlterResourcePool () : ServerEvent