ResourcePoolCollection.Item 属性 (Int32)

Gets an member of the Resource Pool Collection using the numeric ID of the item.

命名空间:  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
A Resource Pool item.

请参阅

参考

ResourcePoolCollection 类

Item 重载

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

资源调控器概念