Share via


Méthode ScriptMoveToPool

Generates a script to move 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 Function ScriptMoveToPool ( _
    poolName As String _
) As StringCollection
'Utilisation
Dim instance As WorkloadGroup
Dim poolName As String
Dim returnValue As StringCollection

returnValue = instance.ScriptMoveToPool(poolName)
public StringCollection ScriptMoveToPool(
    string poolName
)
public:
StringCollection^ ScriptMoveToPool(
    String^ poolName
)
member ScriptMoveToPool : 
        poolName:string -> StringCollection 
public function ScriptMoveToPool(
    poolName : String
) : StringCollection

Paramètres

Valeur de retour

Type : System.Collections.Specialized. . :: . .StringCollection
A StringCollection containing the script to move the workload group to the specified resource pool.