다음을 통해 공유


ScheduleUid 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute> _
Public Property ScheduleUid As Guid
    Get
    Set
‘사용 방법
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)

속성 값

유형: System. . :: . .Guid
The Guid for the schedule associated with the instance.