Méthode WorkloadGroup.MoveToPool
Moves the workload group to the specified resource pool.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub MoveToPool ( _
poolName As String _
)
'Utilisation
Dim instance As WorkloadGroup
Dim poolName As String
instance.MoveToPool(poolName)
public void MoveToPool(
string poolName
)
public:
void MoveToPool(
String^ poolName
)
member MoveToPool :
poolName:string -> unit
public function MoveToPool(
poolName : String
)
Paramètres
- poolName
Type : System.String
A String value that contains the name of the destination resource pool.