共用方式為


IDTSVariable100.GetValueWithContext 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Retrieves the value with the specified context.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Function GetValueWithContext ( _
    pContext As IDTSEvaluatorContext100 _
) As Object
'用途
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

參數

傳回值

型別:System.Object
The value with the specified context.

請參閱

參考

IDTSVariable100 介面

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間