Compartir a través de


Policy.ScheduleUid Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ScheduleUid As Guid 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Ejemplos

Establecer propiedades

Vea también

Referencia

Policy Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf