ResourcePoolCollection.CopyTo 메서드

Copies a Resource Pool Collection to an array. The copy to the array starts at the array position indicated by the integer parameter.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub CopyTo ( _
    array As ResourcePool(), _
    index As Integer _
)
‘사용 방법
Dim instance As ResourcePoolCollection 
Dim array As ResourcePool()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    ResourcePool[] array,
    int index
)
public:
void CopyTo(
    array<ResourcePool^>^ array, 
    int index
)
member CopyTo : 
        array:ResourcePool[] * 
        index:int -> unit
public function CopyTo(
    array : ResourcePool[], 
    index : int
)

매개 변수

참고 항목

참조

ResourcePoolCollection 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

리소스 관리자 개념