IDTSManagedComponentHost100.HostProvideComponentProperties Method

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

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

Syntax

'Declaration
Sub HostProvideComponentProperties ( _
    pWrapper As IDTSManagedComponentWrapper100 _
)
'Usage
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100

instance.HostProvideComponentProperties(pWrapper)
void HostProvideComponentProperties(
    IDTSManagedComponentWrapper100 pWrapper
)
void HostProvideComponentProperties(
    [InAttribute] IDTSManagedComponentWrapper100^ pWrapper
)
abstract HostProvideComponentProperties : 
        pWrapper:IDTSManagedComponentWrapper100 -> unit 
function HostProvideComponentProperties(
    pWrapper : IDTSManagedComponentWrapper100
)