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.