WorkloadGroup.MoveToPool 方法

Moves the workload group to the specified resource pool.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub MoveToPool ( _
    poolName As String _
)
用法
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
)

参数

  • poolName
    类型:System.String
    A String value that contains the name of the destination resource pool.

请参阅

参考

WorkloadGroup 类

Microsoft.SqlServer.Management.Smo 命名空间