Condividi tramite


Subscription.HasTimedRule Property

Indicates whether this subscription has one or more scheduled rules.

Spazio dei nomi: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property HasTimedRule As Boolean
public bool HasTimedRule { get; }
public:
virtual property bool HasTimedRule {
    bool get () sealed;
}
/** @property */
public final boolean get_HasTimedRule ()
public final function get HasTimedRule () : boolean

Valore proprietà

A Boolean value indicating whether the subscription class that defines this subscription has one or more subscription scheduled rules. For more information about scheduled rules, see Definizione delle regole pianificate.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Subscription Class
Subscription Members
Microsoft.SqlServer.NotificationServices Namespace