This topic has not yet been rated - Rate this topic

BackupDeviceCollection.CopyTo Method

Copies the collection of objects to a one-dimensional array starting at the specified index value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void CopyTo(
	BackupDevice[] array,
	int index
)

Parameters

array
Type: Microsoft.SqlServer.Management.Smo.BackupDevice[]
An array of BackupDevice objects.
index
Type: System.Int32
An Int32 value that specifies the index value in the collection to start copying.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.