Поделиться через


Интерфейс IDTSComponentMetaData100

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.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("887BD061-82D4-4F06-A222-337D42E7F896")> _
Public Interface IDTSComponentMetaData100 _
    Inherits IDTSObject100
'Применение
Dim instance As IDTSComponentMetaData100
[GuidAttribute("887BD061-82D4-4F06-A222-337D42E7F896")]
public interface IDTSComponentMetaData100 : IDTSObject100
[GuidAttribute(L"887BD061-82D4-4F06-A222-337D42E7F896")]
public interface class IDTSComponentMetaData100 : IDTSObject100
[<GuidAttribute("887BD061-82D4-4F06-A222-337D42E7F896")>]
type IDTSComponentMetaData100 =  
    interface 
        interface IDTSObject100 
    end
public interface IDTSComponentMetaData100 extends IDTSObject100

Тип IDTSComponentMetaData100 обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство AreInputColumnsValid Gets a value that indicates whether the input columns in an IDTSComponentMetaData100 reference existing columns from the upstream component.
Открытое свойство ComponentClassID Gets or sets the CLSID of a component that is described by the component metadata.
Открытое свойство ContactInfo Gets or sets the contact information of the developer of a component.
Открытое свойство CustomPropertyCollection Gets the collection of custom properties exposed by a component.
Открытое свойство Description Gets or sets the description of the component.
Открытое свойство ID Gets or sets the identifier of a component.
Открытое свойство IdentificationString Gets a string that uniquely identifies the component.
Открытое свойство InputCollection Gets the collection of IDTSInput100 objects for a component.
Открытое свойство IsDefaultLocale Gets a value that indicates whether the locale used by a component is the default locale for the computer where the component is executing.
Открытое свойство LocaleID Gets or sets the identifier of the locale used by a component.
Открытое свойство Name Gets or sets the name of the component.
Открытое свойство ObjectType Gets a value indicating that the component is a data flow component.
Открытое свойство OutputCollection Gets the collection of IDTSOutput100 objects defined by a component.
Открытое свойство PipelineVersion Gets or sets the version of the data flow task within which a component is designed to execute.
Открытое свойство RuntimeConnectionCollection Gets the collection of IDTSRuntimeConnection100 objects for a component.
Открытое свойство UsesDispositions Gets or sets a value that indicates whether the component uses dispositions.
Открытое свойство ValidateExternalMetadata Gets or sets a value that indicates whether the component validates its column metadata against its external data source at design time.
Открытое свойство Version Gets or sets the version of the component.

В начало

Методы

  Имя Описание
Открытый метод FireCustomEvent Raises a custom event defined by a component.
Открытый метод FireError Raises an OnError event.
Открытый метод FireInformation Raises an OnInformation event.
Открытый метод FireProgress Raises an OnProgress event.
Открытый метод FireWarning Raises an OnWarning event.
Открытый метод GetComponentView Gets the IDTSComponentView100 interface for a component, which supports transactional edits of the component metadata.
Открытый метод GetErrorDescription Gets the description of an internal Службы Integration Services error code.
Открытый метод IncrementPipelinePerfCounter Increments a data flow performance counter.
Открытый метод Instantiate Creates an instance of a component specified by the ComponentClassID property.
Открытый метод PostLogMessage Writes an entry in a package log.
Открытый метод RemoveInvalidInputColumns Removes invalid IDTSInputColumn100 objects from an IDTSInputColumnCollection100.
Открытый метод Validate Invokes the validation of the component metadata.

В начало

Замечания

The IDTSComponentMetaData100 describes the layout of a data flow component. It contains the input and output objects, input and output columns, and the custom properties of the component. It also contains information that identifies the assembly, or DLL, that is created during design time and execution of the component. A reference to the metadata for a component is obtained by creating a new component, using the New method, or by accessing an existing component in the ComponentMetaDataCollection collection of the MainPipeClass class.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper