Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides members for evaluating expressions.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Tasks.ExpressionTask.ExpressionEval
Namespace: Microsoft.SqlServer.Dts.Tasks.ExpressionTask
Assembly: Microsoft.SqlServer.ExpressionTask (in Microsoft.SqlServer.ExpressionTask.dll)
Syntax
'Declaration
Public Class ExpressionEval
'Usage
Dim instance As ExpressionEval
public class ExpressionEval
public ref class ExpressionEval
type ExpressionEval = class end
public class ExpressionEval
The ExpressionEval type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ExpressionEval | Initializes a new instance of the ExpressionEval class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Expression | Gets or sets the expression to be evaluated. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Evaluate | Evaluates the expression and returns the yield. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsBoolean | Determines whether the expression yields a Boolean value. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Validate | Verifies that the expression is properly constructed. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.