Interfaccia IDTSExternalMetadataColumnCollection100

Contains a collection of IDTSExternalMetadataColumn100 objects that represent the columns of an external data source.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("290C88E9-1A96-4A2A-8F41-454B48AC90AE")> _
Public Interface IDTSExternalMetadataColumnCollection100 _
    Inherits IEnumerable
'Utilizzo
Dim instance As IDTSExternalMetadataColumnCollection100
[GuidAttribute("290C88E9-1A96-4A2A-8F41-454B48AC90AE")]
public interface IDTSExternalMetadataColumnCollection100 : IEnumerable
[GuidAttribute(L"290C88E9-1A96-4A2A-8F41-454B48AC90AE")]
public interface class IDTSExternalMetadataColumnCollection100 : IEnumerable
[<GuidAttribute("290C88E9-1A96-4A2A-8F41-454B48AC90AE")>]
type IDTSExternalMetadataColumnCollection100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSExternalMetadataColumnCollection100 extends IEnumerable

Nel tipo IDTSExternalMetadataColumnCollection100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of elements contained in an IDTSExternalMetadataColumnCollection100.
Proprietà pubblica IsUsed Gets or sets a value that indicates whether the collection is populated by the component.
Proprietà pubblica Item Gets the IDTSExternalMetadataColumn100 object specified by the Index parameter.

In alto

Metodi

  Nome Descrizione
Metodo pubblico FindObjectByID Locates an object in the collection by its ID.
Metodo pubblico FindObjectIndexByID Locates the index of an object in the collection by its ID.
Metodo pubblico GetEnumerator Returns an enumerator that can iterate through an IDTSExternalMetadataColumnCollection100.
Metodo pubblico GetObjectByID Gets an IDTSExternalMetadataColumn100 object that has the specified ID.
Metodo pubblico GetObjectIndexByID Gets the index of an IDTSExternalMetadataColumn100 object that has the specified ID.
Metodo pubblico New Creates a new IDTSExternalMetadataColumn100 object and adds it to the end of a collection.
Metodo pubblico NewAt Creates a new IDTSExternalMetadataColumn100 at the specified location in a collection.
Metodo pubblico RemoveAll Deletes each IDTSExternalMetadataColumn100 object in a collection.
Metodo pubblico RemoveObjectByID Removes an IDTSExternalMetadataColumn100 object that has the specified ID.
Metodo pubblico RemoveObjectByIndex Removes an IDTSExternalMetadataColumn100 object at the specified index.
Metodo pubblico SetIndex Changes the location in the collection of an IDTSExternalMetadataColumn100 object.

In alto

Osservazioni

A data flow component populates and uses this collection to validate the columns in its IDTSInputColumnCollection100 or IDTSOutputColumnCollection100 when the ValidateExternalMetadata property is false or when the SSIS Designer is in offline mode.

The collection typically represents the columns of an external data source used by a source or destination component. Use of the collection allows the component to perform validation without an expensive, time-consuming round trip to the source itself.

For more information about implementing external metadata columns in components see Implementazione di metadati esterni.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper