共用方式為


GetPropertyValue 方法

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

命名空間:  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
An object.

實作

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