IDTSOutput100.ExternalMetadataColumnCollection Property
Gets the IDTSExternalMetadataColumnCollection100 of an IDTSOutput100 object.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
<DispIdAttribute(118)> _
ReadOnly Property ExternalMetadataColumnCollection As IDTSExternalMetadataColumnCollection100
[DispIdAttribute(118)]
IDTSExternalMetadataColumnCollection100 ExternalMetadataColumnCollection { get; }
[DispIdAttribute(118)]
property IDTSExternalMetadataColumnCollection100^ ExternalMetadataColumnCollection {
IDTSExternalMetadataColumnCollection100^ get ();
}
/** @property */
/** @attribute DispIdAttribute(118) */
IDTSExternalMetadataColumnCollection100 get_ExternalMetadataColumnCollection ()
DispIdAttribute(118)
function get ExternalMetadataColumnCollection () : IDTSExternalMetadataColumnCollection100
Property Value
The IDTSExternalMetadataColumnCollection100 of the output.
Remarks
The ExternalMetadataColumnCollection property contains a collection of IDTSExternalMetadataColumn100 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.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.