Freigeben über


IDTSVariable100.GetValueWithContext-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Retrieves the value with the specified context.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function GetValueWithContext ( _
    pContext As IDTSEvaluatorContext100 _
) As Object
'Usage
Dim instance As IDTSVariable100 
Dim pContext As IDTSEvaluatorContext100 
Dim returnValue As Object 

returnValue = instance.GetValueWithContext(pContext)
Object GetValueWithContext(
    IDTSEvaluatorContext100 pContext
)
Object^ GetValueWithContext(
    [InAttribute] IDTSEvaluatorContext100^ pContext
)
abstract GetValueWithContext : 
        pContext:IDTSEvaluatorContext100 -> Object
function GetValueWithContext(
    pContext : IDTSEvaluatorContext100
) : Object

Parameter

Rückgabewert

Typ: System.Object
The value with the specified context.

Siehe auch

Verweis

IDTSVariable100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace