NumaNodeCollection.CopyTo Method (Array, Int32)
Copies the collection of objects to a one-dimensional array beginning at the specified index value.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- array
-
Type:
System.Array
An array of Array objects.
- index
-
Type:
System.Int32
An Int32 value that specifies the index value in the collection to start copying.
Implements
ICollection.CopyTo(Array, Int32)
Show: