CpuCollection.CopyTo 方法

定義

多載

名稱 Description
CopyTo(Cpu[], Int32)

從索引開始,將集合中的 CPU 複製到 CPU 陣列

CopyTo(Array, Int32)

從索引開始,將集合中的 CPU 複製到 Array

CopyTo(Cpu[], Int32)

從索引開始,將集合中的 CPU 複製到 CPU 陣列

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)

參數

array
Cpu[]

集合將被複製的陣列

index
Int32

開始索引

適用於

CopyTo(Array, Int32)

從索引開始,將集合中的 CPU 複製到 Array

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)

參數

array
Array

集合將被複製的陣列

index
Int32

開始索引

實作

適用於