ManagedComponentHost.HostSetInputProperty Method

Definition

Sets the input property of the host.

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

Parameters

wrapper
IDTSManagedComponentWrapper100

The component wrapper.

inputID
Int32

The input identifier.

propertyName
String

The property name.

propertyValue
Object

The property value.

Returns

The input property of the host.

Implements

Applies to