Compartilhar via


Método IDTSVariable100.GetValueWithContext

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Retrieves the value with the specified context.

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

Sintaxe

'Declaração
Function GetValueWithContext ( _
    pContext As IDTSEvaluatorContext100 _
) As Object
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

IDTSVariable100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper