IDTSExpressionEvaluator100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the properties and methods for the ExpressionEvaluator object.
public interface class IDTSExpressionEvaluator100
[System.Runtime.InteropServices.Guid("C0A2EEB7-7364-4263-9022-5399579E44E7")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
public interface IDTSExpressionEvaluator100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
[System.Runtime.InteropServices.Guid("D0DCE1AB-3770-4BF4-80B6-7A78809EA36B")]
public interface IDTSExpressionEvaluator100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)]
[System.Runtime.InteropServices.Guid("EED47A83-21BE-4A1A-9AA7-5239A98D9362")]
public interface IDTSExpressionEvaluator100
[<System.Runtime.InteropServices.Guid("C0A2EEB7-7364-4263-9022-5399579E44E7")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
type IDTSExpressionEvaluator100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
[<System.Runtime.InteropServices.Guid("D0DCE1AB-3770-4BF4-80B6-7A78809EA36B")>]
type IDTSExpressionEvaluator100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden | System.Runtime.InteropServices.TypeLibTypeFlags.FRestricted)>]
[<System.Runtime.InteropServices.Guid("EED47A83-21BE-4A1A-9AA7-5239A98D9362")>]
type IDTSExpressionEvaluator100 = interface
Public Interface IDTSExpressionEvaluator100
- Derived
- Attributes
Properties
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. |
Methods
Evaluate(IDTSVariableDispenser100, Object, Boolean) |
Evaluates the expression. |
IsAssignmentExpression(IDTSVariableDispenser100, Boolean) |
Indicates that the expression is an assignment expression. |
IsBooleanExpression(IDTSVariableDispenser100, Boolean) |
Indicates that the expression is a boolean expression. |