GetPropertyValue メソッド

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

名前空間:  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

パラメーター

戻り値

型: System. . :: . .Object
オブジェクトです。

実装

IDTSManagedPropertyHelper100. . :: . .GetPropertyValue(Object, Int32)