IDTSExternalMetadataColumn100 Interface
Represents a column from an external data source.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
<GuidAttribute("BDD6D295-E3DE-455B-BB56-D11B9B4BF4B3")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSExternalMetadataColumn100
Inherits IDTSObject100
[GuidAttribute("BDD6D295-E3DE-455B-BB56-D11B9B4BF4B3")]
[TypeLibTypeAttribute(4160)]
public interface IDTSExternalMetadataColumn100 : IDTSObject100
[GuidAttribute(L"BDD6D295-E3DE-455B-BB56-D11B9B4BF4B3")]
[TypeLibTypeAttribute(4160)]
public interface class IDTSExternalMetadataColumn100 : IDTSObject100
/** @attribute GuidAttribute("BDD6D295-E3DE-455B-BB56-D11B9B4BF4B3") */
/** @attribute TypeLibTypeAttribute(4160) */
public interface IDTSExternalMetadataColumn100 extends IDTSObject100
GuidAttribute("BDD6D295-E3DE-455B-BB56-D11B9B4BF4B3")
TypeLibTypeAttribute(4160)
public interface IDTSExternalMetadataColumn100 extends IDTSObject100
Remarks
The IDTSExternalMetadataColumn100 column represents a column in a remote data source. It contains the same properties as the external data column. This allows components to validate the columns in their IDTSInput100 and IDTSOutput100 column collections when the external data source itself is unavailable, or when a round trip to the external source is undesirable.
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.