JobSchedule.ScheduleUid プロパティ
スケジュールの一意識別子を表す Guid を取得または設定します。
名前空間: 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
スケジュールの一意識別子を表す Guid です。