Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the host provide component properties.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub HostProvideComponentProperties ( _
wrapper As IDTSManagedComponentWrapper100 _
)
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
instance.HostProvideComponentProperties(wrapper)
public void HostProvideComponentProperties(
IDTSManagedComponentWrapper100 wrapper
)
public:
virtual void HostProvideComponentProperties(
IDTSManagedComponentWrapper100^ wrapper
) sealed
abstract HostProvideComponentProperties :
wrapper:IDTSManagedComponentWrapper100 -> unit
override HostProvideComponentProperties :
wrapper:IDTSManagedComponentWrapper100 -> unit
public final function HostProvideComponentProperties(
wrapper : IDTSManagedComponentWrapper100
)
Parameters
- wrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
Implements
IDTSManagedComponentHost100.HostProvideComponentProperties(IDTSManagedComponentWrapper100)