ManagedHelper.ManagedPropertyHelper.GetPropertyValue 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets the property value.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Function GetPropertyValue ( _
o As Object, _
index As Integer _
) As Object
‘사용 방법
Dim instance As ManagedHelper.ManagedPropertyHelper
Dim o As Object
Dim index As Integer
Dim returnValue As Object
returnValue = instance.GetPropertyValue(o, _
index)
public Object GetPropertyValue(
Object o,
int index
)
public:
virtual Object^ GetPropertyValue(
Object^ o,
int index
) sealed
abstract GetPropertyValue :
o:Object *
index:int -> Object
override GetPropertyValue :
o:Object *
index:int -> Object
public final function GetPropertyValue(
o : Object,
index : int
) : Object
매개 변수
- o
유형: System.Object
The object.
- index
유형: System.Int32
The index.
반환 값
유형: System.Object
The property value.
구현
IDTSManagedPropertyHelper100.GetPropertyValue(Object, Int32)