Поделиться через


Свойство ScheduleUid

Gets and sets the Guid for the schedule associated with the instance.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public Property ScheduleUid As Guid
    Get
    Set
'Применение
Dim instance As JobSchedule
Dim value As Guid

value = instance.ScheduleUid

instance.ScheduleUid = value
[SfcPropertyAttribute]
public Guid ScheduleUid { get; set; }
[SfcPropertyAttribute]
public:
property Guid ScheduleUid {
    Guid get ();
    void set (Guid value);
}
[<SfcPropertyAttribute>]
member ScheduleUid : Guid with get, set
function get ScheduleUid () : Guid
function set ScheduleUid (value : Guid)

Значение свойства

Тип: System. . :: . .Guid
The Guid for the schedule associated with the instance.