SchedulerCollection.Item 属性
Gets the item at the specified index in the collection.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As Integer _
) As Scheduler
Get
用法
Dim instance As SchedulerCollection
Dim index As Integer
Dim value As Scheduler
value = instance(index)
public Scheduler this[
int index
] { get; }
public:
property Scheduler^ default[int index] {
Scheduler^ get (int index);
}
member Item : Scheduler
JScript 支持使用索引属性,但不支持声明新索引属性。
参数
- index
类型:System.Int32
属性值
类型:Microsoft.SqlServer.Management.Smo.Scheduler
The item at the specified index in the collection.