Interface IDTSExpressionEvaluator100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Defines the properties and methods for the ExpressionEvaluator object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("87897F41-3BD3-4F0B-B323-54AD20DB8BDF")> _
Public Interface IDTSExpressionEvaluator100
'Uso
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
O tipo IDTSExpressionEvaluator100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
EvaluatorContext | Infraestrutura. Sets the evaluator context of the IDTSExpressionEvaluator100 object. | |
Events | Infraestrutura. Sets the informational, warning, and error events. | |
Expression | Infraestrutura. Sets the expression contained in an IDTSExpressionEvaluator100 object. | |
LocaleID | Infraestrutura. Gets or sets the identifier of the locale. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Evaluate | Infraestrutura. Evaluates the expression. | |
IsAssignmentExpression | Infraestrutura. Indicates that the expression is an assignment expression. | |
IsBooleanExpression | Infraestrutura. Indicates that the expression is a boolean expression. |
Início