IDTSManagedPropertyHelper100.GetPropertyValue メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
プロパティの値を取得します。
名前空間: 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
パラメーター
- pObject
型: System.Object
オブジェクト プロパティです。
- Index
型: System.Int32
インデックスです。
戻り値
型: System.Object
オブジェクト プロパティ値です。
説明
詳細については、「ManagedHelper.ManagedPropertyHelper」を参照してください。