次の方法で共有


CpuCollection.Item プロパティ

コレクションから Cpu オブジェクトを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Cpu 
    Get
'使用
Dim instance As CpuCollection 
Dim index As Integer 
Dim value As Cpu 

value = instance(index)
public Cpu this[
    int index
] { get; }
public:
property Cpu^ default[int index] {
    Cpu^ get (int index);
}
member Item : Cpu
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

  • index
    型: System.Int32
    コレクション内の取得するインデックス値を示す Int32 値です。

プロパティ値

型: Microsoft.SqlServer.Management.Smo.Cpu
[:Microsoft.SqlServer.Management.Smo.Cpu] オブジェクトを返します。

関連項目

参照

CpuCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間