Partager via


Propriété JobSchedule.ScheduleUid

Gets or sets a Guid which represents the unique identifier of the schedule.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ScheduleUid As Guid 
    Get 
    Set
'Utilisation
Dim instance As JobSchedule 
Dim value As Guid 

value = instance.ScheduleUid

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

Valeur de propriété

Type : System.Guid
A Guid which represents the unique identifier of the schedule.

Voir aussi

Référence

JobSchedule Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Agent