Bagikan melalui


IDTSExpressionEvaluator100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Defines the properties and methods for the ExpressionEvaluator object.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("87897F41-3BD3-4F0B-B323-54AD20DB8BDF")> _
Public Interface IDTSExpressionEvaluator100
'Usage
Dim instance As IDTSExpressionEvaluator100
[GuidAttribute("87897F41-3BD3-4F0B-B323-54AD20DB8BDF")]
public interface IDTSExpressionEvaluator100
[GuidAttribute(L"87897F41-3BD3-4F0B-B323-54AD20DB8BDF")]
public interface class IDTSExpressionEvaluator100
[<GuidAttribute("87897F41-3BD3-4F0B-B323-54AD20DB8BDF")>]
type IDTSExpressionEvaluator100 =  interface end
public interface IDTSExpressionEvaluator100

The IDTSExpressionEvaluator100 type exposes the following members.

Properties

  Name Description
Public property EvaluatorContext Infrastructure. Sets the evaluator context of the IDTSExpressionEvaluator100 object.
Public property Events Infrastructure. Sets the informational, warning, and error events.
Public property Expression Infrastructure. Sets the expression contained in an IDTSExpressionEvaluator100 object.
Public property LocaleID Infrastructure. Gets or sets the identifier of the locale.

Top

Methods

  Name Description
Public method Evaluate Infrastructure. Evaluates the expression.
Public method IsAssignmentExpression Infrastructure. Indicates that the expression is an assignment expression.
Public method IsBooleanExpression Infrastructure. Indicates that the expression is a boolean expression.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace