Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Called to allow the component to repair problems with the IDTSComponentMetaData100 object that were identified by the component during the Validate method.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Public Overridable Sub ReinitializeMetaData
'Usage
Dim instance As CManagedComponentWrapperClass
instance.ReinitializeMetaData()
public virtual void ReinitializeMetaData()
public:
virtual void ReinitializeMetaData()
abstract ReinitializeMetaData : unit -> unit
override ReinitializeMetaData : unit -> unit
public function ReinitializeMetaData()
Implements
IDTSDesigntimeComponent100.ReinitializeMetaData()
Remarks
Call this method when the component returns VS_NEEDSNEWMETADATA from the Validate method. The component will repair any errors that were discovered during validation.