ExpressionValue Members
Represents an Argument whose value is determined by evaluating a simple arithmetic expression. This class cannot be inherited.
The following tables list the members exposed by the ExpressionValue type.
Public Constructors
Nome | Description | |
---|---|---|
ExpressionValue | Overloaded. Initializes a new instance of the ExpressionValue class. |
Torna all'inizio
Public Properties
Nome | Description | |
---|---|---|
Left | Gets or sets the first argument to the ExpressionValue object. | |
Operator | Gets or sets the operator applied to the Left value and Right value. | |
Right | Gets or sets the second argument to the ExpressionValue object. |
Torna all'inizio
Public Methods
(see also Protected Methods )
Nome | Description | |
---|---|---|
Clone | Creates a deep copy of the RuleObject object graph. (inherited from RuleObject) | |
Equals | Overloaded. (inherited from Object ) | |
FromBoolean | (inherited from Argument ) | |
FromByte | (inherited from Argument ) | |
FromByteArray | (inherited from Argument ) | |
FromChar | (inherited from Argument ) | |
FromDateTime | (inherited from Argument ) | |
FromDecimal | (inherited from Argument ) | |
FromDouble | (inherited from Argument ) | |
FromGuid | (inherited from Argument ) | |
FromInt16 | (inherited from Argument ) | |
FromInt32 | (inherited from Argument ) | |
FromInt64 | (inherited from Argument ) | |
FromSingle | (inherited from Argument ) | |
FromString | (inherited from Argument ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
op_Implicit | Overloaded. (inherited from Argument ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Torna all'inizio
Protected Methods
Nome | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Torna all'inizio
Explicit Interface Implementations
Nome | Description | |
---|---|---|
System.ICloneable.Clone | (inherited from RuleObject ) |
Torna all'inizio
Vedere anche
Riferimento
ExpressionValue Class
Microsoft.SqlServer.NotificationServices.Rules Namespace