IDTSManagedComponentHost100.HostSetInputProperty Method (IDTSManagedComponentWrapper100, Int32, String, Object)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the host input property.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

IDTSCustomProperty100 HostSetInputProperty(
    IDTSManagedComponentWrapper100 pWrapper,
    int lInputID,
    string PropertyName,
    object vValue
)
IDTSCustomProperty100^ HostSetInputProperty(
    IDTSManagedComponentWrapper100^ pWrapper,
    int lInputID,
    String^ PropertyName,
    Object^ vValue
)
abstract HostSetInputProperty : 
        pWrapper:IDTSManagedComponentWrapper100 *
        lInputID:int *
        PropertyName:string *
        vValue:Object -> IDTSCustomProperty100
Function HostSetInputProperty (
    pWrapper As IDTSManagedComponentWrapper100,
    lInputID As Integer,
    PropertyName As String,
    vValue As Object
) As IDTSCustomProperty100

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100

The host input property.

See Also

IDTSManagedComponentHost100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top