Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Reinitializes the host metadata.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub HostReinitializeMetaData ( _
pWrapper As IDTSManagedComponentWrapper100 _
)
'Usage
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
instance.HostReinitializeMetaData(pWrapper)
void HostReinitializeMetaData(
IDTSManagedComponentWrapper100 pWrapper
)
void HostReinitializeMetaData(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper
)
abstract HostReinitializeMetaData :
pWrapper:IDTSManagedComponentWrapper100 -> unit
function HostReinitializeMetaData(
pWrapper : IDTSManagedComponentWrapper100
)
Parameters
- pWrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.