IDTSManagedComponentHost100.HostProvideComponentProperties Method (IDTSManagedComponentWrapper100)

 

Applies To: SQL Server 2016 Preview

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

Provides the component properties for the host.

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

Syntax

void HostProvideComponentProperties(
    IDTSManagedComponentWrapper100 pWrapper
)
void HostProvideComponentProperties(
    IDTSManagedComponentWrapper100^ pWrapper
)
abstract HostProvideComponentProperties : 
        pWrapper:IDTSManagedComponentWrapper100 -> unit
Sub HostProvideComponentProperties (
    pWrapper As IDTSManagedComponentWrapper100
)

Parameters

See Also

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

Return to top