JobScheduleCollectionBase.Item 属性
Gets a JobSchedule object in the collection that has the specified GUID.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
scheduleuid As Guid _
) As JobSchedule
Get
用法
Dim instance As JobScheduleCollectionBase
Dim scheduleuid As Guid
Dim value As JobSchedule
value = instance(scheduleuid)
public JobSchedule this[
Guid scheduleuid
] { get; }
public:
property JobSchedule^ default[Guid scheduleuid] {
JobSchedule^ get (Guid scheduleuid);
}
member Item : JobSchedule
JScript 支持使用索引属性,但不支持声明新索引属性。
参数
- scheduleuid
类型:System.Guid
A GUID value that identifies the JobSchedule to return.
属性值
类型:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule
A JobSchedule object.