次の方法で共有


ResourcePoolCollection.Item プロパティ (Int32)

アイテムの数値 ID を使用して、リソース プール コレクションのメンバーを取得します。

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

構文

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

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

パラメーター

プロパティ値

型: Microsoft.SqlServer.Management.Smo.ResourcePool
リソース プール アイテムです。

関連項目

参照

ResourcePoolCollection クラス

Item オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

リソース ガバナーの概念