IDTSDesigntimeComponent100.SetComponentProperty(String, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
向组件的 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 对象。
- 属性
注解
编辑组件的自定义属性时调用此方法。