LogicStatement.Condition Property
Gets or sets the condition that determines if the statement matches an input.
Пространство имен: Microsoft.SqlServer.NotificationServices.Rules
Сборка: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Синтаксис
'Декларация
Public Property Condition As Condition
public Condition Condition { get; set; }
public:
property Condition^ Condition {
Condition^ get ();
void set (Condition^ value);
}
/** @property */
public Condition get_Condition ()
/** @property */
public void set_Condition (Condition value)
public function get Condition () : Condition
public function set Condition (value : Condition)
Значение свойства
The Condition object for the "IF <Condition> THEN <Result or Action>" statement.
Синхронизация потоков
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.
См. также
Справочник
LogicStatement Class
LogicStatement Members
Microsoft.SqlServer.NotificationServices.Rules Namespace