ScheduleUid 属性

Gets or sets the Guid that identifies the SQL Server Agent schedule that checks on the policy.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ScheduleUid As Guid
    Get
    Set
用法
Dim instance As Policy
Dim value As Guid

value = instance.ScheduleUid

instance.ScheduleUid = value
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public Guid ScheduleUid { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property Guid ScheduleUid {
    Guid get ();
    void set (Guid value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member ScheduleUid : Guid with get, set
function get ScheduleUid () : Guid
function set ScheduleUid (value : Guid)

属性值

类型:System. . :: . .Guid
A Guid object value that identifies the SQL Server Agent schedule that is associated with the policy.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

示例

设置属性