共用方式為


JobSchedule.ScheduleUid 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo.Agent
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ScheduleUid As Guid 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

JobSchedule 類別

Microsoft.SqlServer.Management.Smo.Agent 命名空間