LogicStatement.Condition Property
Gets or sets the condition that determines if the statement matches an input.
Espace de noms: Microsoft.SqlServer.NotificationServices.Rules
Assembly: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
The Condition object for the "IF <Condition> THEN <Result or Action>" statement.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
LogicStatement Class
LogicStatement Members
Microsoft.SqlServer.NotificationServices.Rules Namespace