NotCondition.Condition Property
Gets or sets Condition to negate.
Spazio dei nomi: Microsoft.SqlServer.NotificationServices.Rules
Assembly : Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
A Condition object.
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
NotCondition Class
NotCondition Members
Microsoft.SqlServer.NotificationServices.Rules Namespace