共用方式為


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

參數

傳回值

型別:System.Object
The property value.

實作

IDTSManagedPropertyHelper100.GetPropertyValue(Object, Int32)

請參閱

參考

ManagedHelper.ManagedPropertyHelper 類別

Microsoft.SqlServer.Dts.Runtime 命名空間