Compartir a través de


IDTSComponentMetaData100 Miembros

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.

El tipo IDTSComponentMetaData100 expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico FireCustomEvent Raises a custom event defined by a component.
Método publico FireError Raises an OnError event.
Método publico FireInformation Raises an OnInformation event.
Método publico FireProgress Raises an OnProgress event.
Método publico FireWarning Raises an OnWarning event.
Método publico GetComponentView Gets the IDTSComponentView100 interface for a component, which supports transactional edits of the component metadata.
Método publico GetErrorDescription Gets the description of an internal Integration Services error code.
Método publico IncrementPipelinePerfCounter Increments a data flow performance counter.
Método publico Instantiate Creates an instance of a component specified by the ComponentClassID property.
Método publico PostLogMessage Writes an entry in a package log.
Método publico RemoveInvalidInputColumns Removes invalid IDTSInputColumn100 objects from an IDTSInputColumnCollection100.
Método publico Validate Invokes validation of the component metadata.

Principio

Propiedades

  Nombre Descripción
Propiedad pública AreInputColumnsValid Gets a value that indicates whether the input columns in an IDTSComponentMetaData100 reference existing columns from the upstream component.
Propiedad pública ComponentClassID Gets or sets the CLSID of a component that is described by the component metadata.
Propiedad pública ContactInfo Gets or sets the contact information of the developer of a component.
Propiedad pública CustomPropertyCollection Gets the collection of custom properties exposed by a component.
Propiedad pública Description Gets or sets the description of a component.
Propiedad pública Description Gets or sets the description of an IDTSObject100. (Se hereda de IDTSObject100).
Propiedad pública ID Gets or sets the ID of a component.
Propiedad pública ID Gets or sets the ID of an IDTSObject100object. (Se hereda de IDTSObject100).
Propiedad pública IdentificationString Gets a string that uniquely identifies the component.
Propiedad pública IdentificationString Gets a string that uniquely identifies an IDTSObject100. (Se hereda de IDTSObject100).
Propiedad pública InputCollection Gets the collection of IDTSInput100 objects for a component.
Propiedad pública 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.
Propiedad pública LocaleID Gets or sets the locale used by a component.
Propiedad pública Name Gets or sets the name of a component.
Propiedad pública Name Gets or sets the name of an IDTSObject100 object. (Se hereda de IDTSObject100).
Propiedad pública ObjectType Gets a value indicating that the component is a data flow component.
Propiedad pública ObjectType Gets the ObjectType property of an IDTSObject100. (Se hereda de IDTSObject100).
Propiedad pública OutputCollection Gets the collection of IDTSOutput100 objects defined by a component.
Propiedad pública PipelineVersion Gets or sets the version of the data flow task within which a component is designed to execute.
Propiedad pública RuntimeConnectionCollection Gets the collection of IDTSRuntimeConnection100 objects for a component.
Propiedad pública UsesDispositions Gets or sets a value that indicates whether a component has an error output.
Propiedad pública ValidateExternalMetadata Gets or sets a value that controls whether a component validates its column metadata against its external data source at design time.
Propiedad pública Version Gets or sets the version of a component.

Principio