SubscriptionClass.HasTimedRule Property

Returns a value indicating if the subscription class has a scheduled rule.

Пространство имен: Microsoft.SqlServer.NotificationServices
Сборка: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Синтаксис

'Декларация
Public ReadOnly Property HasTimedRule As Boolean
public bool HasTimedRule { get; }
public:
property bool HasTimedRule {
    bool get ();
}
/** @property */
public boolean get_HasTimedRule ()
public function get HasTimedRule () : boolean

Значение свойства

true if the subscription class has a scheduled rule; otherwise, false.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

SubscriptionClass Class
SubscriptionClass Members
Microsoft.SqlServer.NotificationServices Namespace