Interfaccia IDTSExpressionEvaluator100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Defines the properties and methods for the ExpressionEvaluator object.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("87897F41-3BD3-4F0B-B323-54AD20DB8BDF")> _
Public Interface IDTSExpressionEvaluator100
'Utilizzo
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

Nel tipo IDTSExpressionEvaluator100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica EvaluatorContext Infrastruttura. Sets the evaluator context of the IDTSExpressionEvaluator100 object.
Proprietà pubblica Events Infrastruttura. Sets the informational, warning, and error events.
Proprietà pubblica Expression Infrastruttura. Sets the expression contained in an IDTSExpressionEvaluator100 object.
Proprietà pubblica LocaleID Infrastruttura. Gets or sets the identifier of the locale.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Evaluate Infrastruttura. Evaluates the expression.
Metodo pubblico IsAssignmentExpression Infrastruttura. Indicates that the expression is an assignment expression.
Metodo pubblico IsBooleanExpression Infrastruttura. Indicates that the expression is a boolean expression.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper