RuleLogic.InputType Property
Gets or sets the input table or view for this RuleLogic instance.
Spazio dei nomi: Microsoft.SqlServer.NotificationServices.Rules
Assembly : Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
The InputType table or view for the logical expression.
Osservazioni
Any FieldValue object within a RuleLogic tree must reference a column in the InputType unless the FieldValue is part of a Filter subtree.
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
RuleLogic Class
RuleLogic Members
Microsoft.SqlServer.NotificationServices.Rules Namespace