Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Evaluates the expression.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub Evaluate ( _
pVariableDispenser As IDTSVariableDispenser100, _
<OutAttribute> ByRef pvResult As Object, _
vbSetVariable As Boolean _
)
'Usage
Dim instance As IDTSExpressionEvaluator100
Dim pVariableDispenser As IDTSVariableDispenser100
Dim pvResult As Object
Dim vbSetVariable As Boolean
instance.Evaluate(pVariableDispenser, _
pvResult, vbSetVariable)
void Evaluate(
IDTSVariableDispenser100 pVariableDispenser,
out Object pvResult,
bool vbSetVariable
)
void Evaluate(
[InAttribute] IDTSVariableDispenser100^ pVariableDispenser,
[OutAttribute] Object^% pvResult,
[InAttribute] bool vbSetVariable
)
abstract Evaluate :
pVariableDispenser:IDTSVariableDispenser100 *
pvResult:Object byref *
vbSetVariable:bool -> unit
function Evaluate(
pVariableDispenser : IDTSVariableDispenser100,
pvResult : Object,
vbSetVariable : boolean
)
Parameters
- pVariableDispenser
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
The object for locking variables.
- pvResult
Type: System.Object%
An object that receives the result of the evaluation.
- vbSetVariable
Type: System.Boolean
true to set a variable for the evaluation; otherwise, false.