SubscriptionClass.HasConditionRule Property

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

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

Синтаксис

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

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

true if the subscription class has a condition 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