Método CopyTo
Copia os objetos da coleção em uma matriz unidimensional a partir do valor de índice especificado.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub CopyTo ( _
array As ServiceQueue(), _
index As Integer _
)
'Uso
Dim instance As ServiceQueueCollection
Dim array As ServiceQueue()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
ServiceQueue[] array,
int index
)
public:
void CopyTo(
array<ServiceQueue^>^ array,
int index
)
member CopyTo :
array:ServiceQueue[] *
index:int -> unit
public function CopyTo(
array : ServiceQueue[],
index : int
)
Parâmetros
- array
Tipo: array<Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceQueue> [] () [] []
Uma matriz de objetos ServiceQueue.
- index
Tipo: System. . :: . .Int32
Um valor Int32 que especifica o valor do índice no qual iniciar a cópia.
Consulte também