次の方法で共有


GetPropertyValue メソッド

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

詳細については、「ManagedHelper..::..ManagedPropertyHelper」を参照してください。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Function GetPropertyValue ( _
    pObject As Object, _
    Index As Integer _
) As Object
'使用
Dim instance As IDTSManagedPropertyHelper100
Dim pObject As Object
Dim Index As Integer
Dim returnValue As Object

returnValue = instance.GetPropertyValue(pObject, _
    Index)
Object GetPropertyValue(
    Object pObject,
    int Index
)
Object^ GetPropertyValue(
    [InAttribute] Object^ pObject, 
    [InAttribute] int Index
)
abstract GetPropertyValue : 
        pObject:Object * 
        Index:int -> Object 
function GetPropertyValue(
    pObject : Object, 
    Index : int
) : Object

パラメーター

戻り値

型: System. . :: . .Object