Compartir a través de


NotCondition Constructor (Condition)

Initializes a new instance of the NotCondition class with a Condition object.

Espacio de nombres: Microsoft.SqlServer.NotificationServices.Rules
Ensamblado: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Sintaxis

'Declaración
Public Sub New ( _
    condition As Condition _
)
public NotCondition (
    Condition condition
)
public:
NotCondition (
    Condition^ condition
)
public NotCondition (
    Condition condition
)
public function NotCondition (
    condition : Condition
)

Parámetros

  • condition
    A Condition to evaluate and negate. This parameter sets the Condition property.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

NotCondition Class
NotCondition Members
Microsoft.SqlServer.NotificationServices.Rules Namespace