Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Generates a script to move the workload group to the specified resource pool.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function ScriptMoveToPool ( _
poolName As String _
) As StringCollection
'Usage
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
Parameter
- poolName
Typ: System.String
A String value that contains the name of the destination resource pool.
Rückgabewert
Typ: System.Collections.Specialized.StringCollection
A StringCollection containing the script to move the workload group to the specified resource pool.