IDTSManagedComponentWrapper100.WrapperSetComponentProperty 方法

定义

设置包装的组件属性。

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ WrapperSetComponentProperty(System::String ^ PropertyName, System::Object ^ vValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 WrapperSetComponentProperty (string PropertyName, object vValue);
abstract member WrapperSetComponentProperty : string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function WrapperSetComponentProperty (PropertyName As String, vValue As Object) As IDTSCustomProperty100

参数

PropertyName
String

属性的名称。

vValue
Object

该属性的值。

返回

包装的组件属性。

适用于