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
参数
- pContext
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvaluatorContext100
The context of the value to retrieve.
返回值
类型:System.Object
The value with the specified context.