PipelineComponent.SetComponentProperty(String, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
向组件的 IDTSCustomProperty100 赋值。
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetComponentProperty(System::String ^ propertyName, System::Object ^ propertyValue);
[System.CLSCompliant(false)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetComponentProperty (string propertyName, object propertyValue);
[<System.CLSCompliant(false)>]
abstract member SetComponentProperty : string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.SetComponentProperty : string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Overridable Function SetComponentProperty (propertyName As String, propertyValue As Object) As IDTSCustomProperty100
参数
- propertyName
- String
设置其值的 IDTSCustomProperty100 的名称。
- propertyValue
- Object
存储在对象的 Value 属性 IDTSCustomProperty100 中的对象。
返回
设置其属性的 IDTSCustomProperty100 对象。
- 属性
注解
设置自定义属性 ComponentMetaData 时调用此方法。
如果未重写,基类会将参数中指定的 propertyValue
值分配给自定义属性。