다음을 통해 공유


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 네임스페이스