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 はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System. . :: . .Int32
Int32
プロパティ値
型: Microsoft.SqlServer.Management.Smo. . :: . .ResourcePool
リソース プール アイテムです。