NumaNodeCollection.CopyTo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CopyTo(NumaNode[], Int32) |
Copies NumaNode's in collection to NumaNode Array starting from index |
CopyTo(Array, Int32) |
Copies NumaNodes's in collection to Array starting from index |
CopyTo(NumaNode[], Int32)
Copies NumaNode's in collection to NumaNode Array starting from index
public void CopyTo (Microsoft.SqlServer.Management.Smo.NumaNode[] array, int index);
member this.CopyTo : Microsoft.SqlServer.Management.Smo.NumaNode[] * int -> unit
Public Sub CopyTo (array As NumaNode(), index As Integer)
Parameters
- array
- NumaNode[]
Array in which collection will be copied
- index
- Int32
Start index
Applies to
CopyTo(Array, Int32)
Copies NumaNodes's in collection to Array starting from index
public void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)
Parameters
- array
- Array
Array in which collection will be copied
- index
- Int32
Start index