IDTSExternalMetadataColumn100 Interface

Definition

public interface class IDTSExternalMetadataColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSObject100
[System.Runtime.InteropServices.Guid("5CCD144E-51AD-411F-A9D4-E9AE501650F4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSExternalMetadataColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100
[<System.Runtime.InteropServices.Guid("5CCD144E-51AD-411F-A9D4-E9AE501650F4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSExternalMetadataColumn100 = interface
    interface IDTSObject100
Public Interface IDTSExternalMetadataColumn100
Implements IDTSObject100
Attributes
Implements

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.

Properties

CodePage
CustomPropertyCollection
DataType
Description
ID
IdentificationString
Length
MappedColumnID
Name
ObjectType
Precision
Scale

Applies to