ManagedComponentHost.HostSetOutputProperty Method

Definition

Sets the output property of the host.

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

Parameters

wrapper
IDTSManagedComponentWrapper100

The component wrapper.

outputID
Int32

The output identifier.

propertyName
String

The name of the property.

propertyValue
Object

The value of the property.

Returns

The output property of the host.

Implements

Applies to