Udostępnij przez


IDTSComponentMetaData100 Members

Contains the definition of a data flow component, including the custom properties, inputs, outputs, and input and output columns defined on a data flow component.

The following tables list the members exposed by the IDTSComponentMetaData100 type.

Public Properties

  Name Description
Bb511027.pubproperty(pl-pl,SQL.100).gif AreInputColumnsValid Gets a value that indicates whether the input columns in an IDTSComponentMetaData100 reference existing columns from the upstream component.
Bb511027.pubproperty(pl-pl,SQL.100).gif ComponentClassID Gets or sets the CLSID of a component that is described by the component metadata.
Bb511027.pubproperty(pl-pl,SQL.100).gif ContactInfo Gets or sets the contact information of the developer of a component.
Bb511027.pubproperty(pl-pl,SQL.100).gif CustomPropertyCollection Gets the collection of custom properties exposed by a component.
Bb511027.pubproperty(pl-pl,SQL.100).gif Description Gets or sets the description of a component.
Bb511027.pubproperty(pl-pl,SQL.100).gif ID Gets or sets the ID of a component.
Bb511027.pubproperty(pl-pl,SQL.100).gif IdentificationString Gets a string that uniquely identifies the component.
Bb511027.pubproperty(pl-pl,SQL.100).gif InputCollection Gets the collection of IDTSInput100 objects for a component.
Bb511027.pubproperty(pl-pl,SQL.100).gif IsDefaultLocale Gets a value that specifies whether the locale used by a component is the default locale for the computer where the component is executing.
Bb511027.pubproperty(pl-pl,SQL.100).gif LocaleID Gets or sets the locale used by a component.
Bb511027.pubproperty(pl-pl,SQL.100).gif Name Gets or sets the name of a component.
Bb511027.pubproperty(pl-pl,SQL.100).gif ObjectType Gets a value indicating that the component is a data flow component.
Bb511027.pubproperty(pl-pl,SQL.100).gif OutputCollection Gets the collection of IDTSOutput100 objects defined by a component.
Bb511027.pubproperty(pl-pl,SQL.100).gif PipelineVersion Gets or sets the version of the data flow task within which a component is designed to execute.
Bb511027.pubproperty(pl-pl,SQL.100).gif RuntimeConnectionCollection Gets the collection of IDTSRuntimeConnection100 objects for a component.
Bb511027.pubproperty(pl-pl,SQL.100).gif UsesDispositions Gets or sets a value that indicates whether a component has an error output.
Bb511027.pubproperty(pl-pl,SQL.100).gif ValidateExternalMetadata Gets or sets a value that controls whether a component validates its column metadata against its external data source at design time.
Bb511027.pubproperty(pl-pl,SQL.100).gif Version Gets or sets the version of a component.

Top

Public Methods

  Name Description
Bb511027.pubmethod(pl-pl,SQL.100).gif FireCustomEvent Raises a custom event defined by a component.
Bb511027.pubmethod(pl-pl,SQL.100).gif FireError Raises an OnError event.
Bb511027.pubmethod(pl-pl,SQL.100).gif FireInformation Raises an OnInformation event.
Bb511027.pubmethod(pl-pl,SQL.100).gif FireProgress Raises an OnProgress event.
Bb511027.pubmethod(pl-pl,SQL.100).gif FireWarning Raises an OnWarning event.
Bb511027.pubmethod(pl-pl,SQL.100).gif GetComponentView Gets the IDTSComponentView100 interface for a component, which supports transactional edits of the component metadata.
Bb511027.pubmethod(pl-pl,SQL.100).gif GetErrorDescription Gets the description of an internal Integration Services error code.
Bb511027.pubmethod(pl-pl,SQL.100).gif IncrementPipelinePerfCounter Increments a data flow performance counter.
Bb511027.pubmethod(pl-pl,SQL.100).gif Instantiate Creates an instance of a component specified by the ComponentClassID property.
Bb511027.pubmethod(pl-pl,SQL.100).gif PostLogMessage Writes an entry in a package log.
Bb511027.pubmethod(pl-pl,SQL.100).gif RemoveInvalidInputColumns Removes invalid IDTSInputColumn100 objects from an IDTSInputColumnCollection100.
Bb511027.pubmethod(pl-pl,SQL.100).gif Validate Invokes validation of the component metadata.

Top