IDTSExpressionEvaluator100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Defines the properties and methods for the ExpressionEvaluator object.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("87897F41-3BD3-4F0B-B323-54AD20DB8BDF")> _
Public Interface IDTSExpressionEvaluator100
用法
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
IDTSExpressionEvaluator100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
EvaluatorContext | 基础结构。Sets the evaluator context of the IDTSExpressionEvaluator100 object. | |
Events | 基础结构。Sets the informational, warning, and error events. | |
Expression | 基础结构。Sets the expression contained in an IDTSExpressionEvaluator100 object. | |
LocaleID | 基础结构。Gets or sets the identifier of the locale. |
页首
方法
名称 | 说明 | |
---|---|---|
Evaluate | 基础结构。Evaluates the expression. | |
IsAssignmentExpression | 基础结构。Indicates that the expression is an assignment expression. | |
IsBooleanExpression | 基础结构。Indicates that the expression is a boolean expression. |
页首