Propriété ScheduleUid
Gets and sets the Guid for the schedule associated with the instance.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public Property ScheduleUid As Guid
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .Guid
The Guid for the schedule associated with the instance.