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 命名空间