IDTSDesigntimeComponent100.SetComponentProperty(String, Object) 方法

定义

向组件的 IDTSCustomProperty100 赋值。

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetComponentProperty(System::String ^ PropertyName, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(17)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetComponentProperty (string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(17)>]
abstract member SetComponentProperty : string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function SetComponentProperty (PropertyName As String, vValue As Object) As IDTSCustomProperty100

参数

PropertyName
String

设置其值的 IDTSCustomProperty100 的名称。

vValue
Object

存储在对象的 Value 属性 IDTSCustomProperty100 中的对象。

返回

设置其属性的 IDTSCustomProperty100 对象。

属性

注解

编辑组件的自定义属性时调用此方法。

适用于