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 | |
---|---|---|
EvaluatorContext | Infrastruttura. Sets the evaluator context of the IDTSExpressionEvaluator100 object. | |
Events | Infrastruttura. Sets the informational, warning, and error events. | |
Expression | Infrastruttura. Sets the expression contained in an IDTSExpressionEvaluator100 object. | |
LocaleID | Infrastruttura. Gets or sets the identifier of the locale. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Evaluate | Infrastruttura. Evaluates the expression. | |
IsAssignmentExpression | Infrastruttura. Indicates that the expression is an assignment expression. | |
IsBooleanExpression | Infrastruttura. Indicates that the expression is a boolean expression. |
In alto