This topic has not yet been rated - Rate this topic

PropertyCollection.ICollection.CopyTo Method

Copies the collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
void ICollection.CopyTo(
	Array array,
	int index
)

Parameters

array
Type: System.Array
A Array object to which the member of the collection will be copied.
index
Type: System.Int32
An integer value that specifies the index of the item to copy.

Implements

ICollection.CopyTo(Array, Int32)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.