JobSchedule.ScheduleUid Property

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

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property ScheduleUid As Guid
    Get
    Set
'Usage
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)

Property Value

Type: System.Guid
The Guid for the schedule associated with the instance.