Share via


ManagedComponentHost.HostSetOutputProperty 方法

定义

设置宿主的输出属性。

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ HostSetOutputProperty(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int outputID, System::String ^ propertyName, System::Object ^ propertyValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 HostSetOutputProperty (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int outputID, string propertyName, object propertyValue);
abstract member HostSetOutputProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.HostSetOutputProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function HostSetOutputProperty (wrapper As IDTSManagedComponentWrapper100, outputID As Integer, propertyName As String, propertyValue As Object) As IDTSCustomProperty100

参数

wrapper
IDTSManagedComponentWrapper100

组件包装。

outputID
Int32

输出标识符。

propertyName
String

属性的名称。

propertyValue
Object

该属性的值。

返回

宿主的输出属性。

实现

适用于