CpuCollection.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(Cpu[], Int32) |
Copies CPU's in collection to CPU Array starting from index |
CopyTo(Array, Int32) |
Copies CPU's in collection to Array starting from index |
CopyTo(Cpu[], Int32)
Copies CPU's in collection to CPU Array starting from index
public void CopyTo (Microsoft.SqlServer.Management.Smo.Cpu[] array, int index);
member this.CopyTo : Microsoft.SqlServer.Management.Smo.Cpu[] * int -> unit
Public Sub CopyTo (array As Cpu(), index As Integer)
Parameters
- array
- Cpu[]
Array in which collection will be copied
- index
- Int32
Start index
Applies to
CopyTo(Array, Int32)
Copies CPU'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