IndexedColumnCollection.CopyTo Method
SQL Server 2012
Copies the collection objects to a one-dimensional array beginning at the index value specified.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- array
- Type: Microsoft.SqlServer.Management.Smo.IndexedColumn[]
An array of IndexedColumn objects.
- index
- Type: System.Int32
An Int32 value that specifies the position in the collection from which to start the copy.
