Compartir a través de


RuleLogic.InputType Property

Gets or sets the input table or view for this RuleLogic instance.

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

Sintaxis

'Declaración
Public Property InputType As InputType
public InputType InputType { get; set; }
public:
property InputType^ InputType {
    InputType^ get ();
    void set (InputType^ value);
}
/** @property */
public InputType get_InputType ()

/** @property */
public void set_InputType (InputType value)
public function get InputType () : InputType

public function set InputType (value : InputType)

Valor de propiedad

The InputType table or view for the logical expression.

Notas

Any FieldValue object within a RuleLogic tree must reference a column in the InputType unless the FieldValue is part of a Filter subtree.

Seguridad para subprocesos

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.

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

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