Compartir a través de


IDTSOutput90.ExternalMetadataColumnCollection Property

Gets the IDTSExternalMetadataColumnCollection90 of an IDTSOutput90 object.

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintaxis

'Declaración
<DispIdAttribute(118)> _
ReadOnly Property ExternalMetadataColumnCollection As IDTSExternalMetadataColumnCollection90
[DispIdAttribute(118)] 
IDTSExternalMetadataColumnCollection90 ExternalMetadataColumnCollection { get; }
[DispIdAttribute(118)] 
property IDTSExternalMetadataColumnCollection90^ ExternalMetadataColumnCollection {
    IDTSExternalMetadataColumnCollection90^ get ();
}
/** @property */
/** @attribute DispIdAttribute(118) */ 
IDTSExternalMetadataColumnCollection90 get_ExternalMetadataColumnCollection ()
DispIdAttribute(118) 
function get ExternalMetadataColumnCollection () : IDTSExternalMetadataColumnCollection90

Valor de propiedad

The IDTSExternalMetadataColumnCollection90 of the output.

Notas

The ExternalMetadataColumnCollection property contains a collection of IDTSExternalMetadataColumn90 columns. This optional collection is populated by components that connect to external data sources and is used to maintain a snapshot of the columns from the external data source. The external metadata columns can then be used to validate the columns in the output column collection when the component is in a disconnected state.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

IDTSOutput90 Interface
IDTSOutput90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace