Delen via


IDTSExpressionEvaluator100 Interface

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

For more information, see ExpressionEvaluator.

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

Syntax

'Declaration
<GuidAttribute("CBD9E38F-FE2F-4C54-B2AD-60488ECE7FDA")> _
Public Interface IDTSExpressionEvaluator100
'Usage
Dim instance As IDTSExpressionEvaluator100
[GuidAttribute("CBD9E38F-FE2F-4C54-B2AD-60488ECE7FDA")]
public interface IDTSExpressionEvaluator100
[GuidAttribute(L"CBD9E38F-FE2F-4C54-B2AD-60488ECE7FDA")]
public interface class IDTSExpressionEvaluator100
[<GuidAttribute("CBD9E38F-FE2F-4C54-B2AD-60488ECE7FDA")>]
type IDTSExpressionEvaluator100 =  interface end
public interface IDTSExpressionEvaluator100

The IDTSExpressionEvaluator100 type exposes the following members.

Properties

  Name Description
Public property Events Infrastructure. For more information, see ExpressionEvaluator.
Public property Expression Infrastructure. For more information, see ExpressionEvaluator.
Public property LocaleID Infrastructure. For more information, see ExpressionEvaluator.

Top

Methods

  Name Description
Public method Evaluate Infrastructure. For more information, see ExpressionEvaluator.
Public method IsAssignmentExpression
Public method IsBooleanExpression Infrastructure. For more information, see ExpressionEvaluator.

Top