BackupDeviceCollection.CopyTo Método
Copies the collection of objects to a one-dimensional array starting at the specified index value.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub CopyTo ( _
array As BackupDevice(), _
index As Integer _
)
'Uso
Dim instance As BackupDeviceCollection
Dim array As BackupDevice()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
BackupDevice[] array,
int index
)
public:
void CopyTo(
array<BackupDevice^>^ array,
int index
)
member CopyTo :
array:BackupDevice[] *
index:int -> unit
public function CopyTo(
array : BackupDevice[],
index : int
)
Parámetros
- array
Tipo: array<Microsoft.SqlServer.Management.Smo.BackupDevice[]
An array of BackupDevice objects.
- index
Tipo: System.Int32
An Int32 value that specifies the index value in the collection to start copying.