Método 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.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub CopyTo ( _
    array As ResourcePool(), _
    index As Integer _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

ResourcePoolCollection Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Conceitos do Administrador de Recursos