CpuCollection.Item[Int32] プロパティ

定義

インデックスから特定の Cpu を取得します。

public Microsoft.SqlServer.Management.Smo.Cpu this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.Cpu
Default Public ReadOnly Property Item(index As Integer) As Cpu

パラメーター

index
Int32

コレクション内の Cpu の位置

プロパティ値

Cpu

Cpu オブジェクト

適用対象