Item 属性 (Int32)
按索引号获取集合中的 ServiceQueue 对象。
命名空间: Microsoft.SqlServer.Management.Smo.Broker
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As Integer _
) As ServiceQueue
Get
用法
Dim instance As ServiceQueueCollection
Dim index As Integer
Dim value As ServiceQueue
value = instance(index)
public ServiceQueue this[
int index
] { get; }
public:
property ServiceQueue^ default[int index] {
ServiceQueue^ get (int index);
}
member Item : ServiceQueue
JScript 支持使用索引属性,但不支持声明新索引属性。
参数
- index
类型:System. . :: . .Int32
一个 Int32 值,该值指定 ServiceQueue 对象在 ServiceQueueCollection 集合中的位置。
属性值
类型:Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceQueue
表示服务队列的 ServiceQueue 对象值。