Compartir a través de


JobSchedule.ScheduleUid Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ScheduleUid As Guid 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

JobSchedule Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent