IDTSExternalMetadataColumn100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a column from an external data source.
public interface class IDTSExternalMetadataColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("2FD6B88F-D0BC-47F5-B592-80743240969F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSExternalMetadataColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2A84B07B-07FB-4129-9981-0E72BA0DF7C4")]
public interface IDTSExternalMetadataColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("80D86597-82CA-4574-830C-3BEFA583D7E7")]
public interface IDTSExternalMetadataColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("2FD6B88F-D0BC-47F5-B592-80743240969F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSExternalMetadataColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2A84B07B-07FB-4129-9981-0E72BA0DF7C4")>]
type IDTSExternalMetadataColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("80D86597-82CA-4574-830C-3BEFA583D7E7")>]
type IDTSExternalMetadataColumn100 = interface
interface IDTSObject100
Public Interface IDTSExternalMetadataColumn100
Implements IDTSObject100
- Derived
- 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 |
Gets or sets the character set used to interpret the data contained in the column. |
CustomPropertyCollection |
Gets the custom property collection of the external metadata column. |
DataType |
Gets or sets the DataType of the column. |
Description |
Gets or sets the descriptive text for the IDTSExternalMetadataColumn100 object. |
ID |
Gets or sets the ID of the IDTSExternalMetadataColumn100. |
IdentificationString |
Gets the String that uniquely identifies the IDTSExternalMetadataColumn100 object in the data flow. |
Length |
Gets or sets the length of the external metadata column. |
MappedColumnID |
Gets or sets the ID of a column that is mapped to the IDTSExternalMetadataColumn100 object. |
Name |
Gets or sets a String that contains the name of the IDTSExternalMetadataColumn100. |
ObjectType |
Returns the value from the DTSObjectType enumeration that corresponds to an external metadata column. |
Precision |
Gets or sets the number of decimal places stored by an external metadata column that has a decimal data type. |
Scale |
Gets or sets the number of digits stored by an external metadata column that has a decimal data type. |