ManagedHelper.ManagedPropertyHelper.SetPropertyValue 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Sets the property value associated with the helper.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Sub SetPropertyValue ( _
    o As Object, _
    index As Integer, _
    value As Object _
)
用法
Dim instance As ManagedHelper.ManagedPropertyHelper 
Dim o As Object 
Dim index As Integer 
Dim value As Object

instance.SetPropertyValue(o, index, value)
public void SetPropertyValue(
    Object o,
    int index,
    Object value
)
public:
virtual void SetPropertyValue(
    Object^ o, 
    int index, 
    Object^ value
) sealed
abstract SetPropertyValue : 
        o:Object * 
        index:int * 
        value:Object -> unit  
override SetPropertyValue : 
        o:Object * 
        index:int * 
        value:Object -> unit
public final function SetPropertyValue(
    o : Object, 
    index : int, 
    value : Object
)

参数

实现

IDTSManagedPropertyHelper100.SetPropertyValue(Object, Int32, Object)

请参阅

参考

ManagedHelper.ManagedPropertyHelper 类

Microsoft.SqlServer.Dts.Runtime 命名空间