CpuCollection.CopyTo Methode

Definition

Überlädt

Name Beschreibung
CopyTo(Cpu[], Int32)

Kopiert cpu's in sammlung in CPU Array ab Index

CopyTo(Array, Int32)

Kopiert cpu's in sammlung in Array ab Index

CopyTo(Cpu[], Int32)

Kopiert cpu's in sammlung in CPU Array ab 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)

Parameter

array
Cpu[]

Array, in das die Auflistung kopiert wird

index
Int32

Startindex

Gilt für:

CopyTo(Array, Int32)

Kopiert cpu's in sammlung in Array ab 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)

Parameter

array
Array

Array, in das die Auflistung kopiert wird

index
Int32

Startindex

Implementiert

Gilt für: