Udostępnij przez


IDTSExternalMetadataColumn100 Members

Represents a column from an external data source.

The following tables list the members exposed by the IDTSExternalMetadataColumn100 type.

Public Properties

  Name Description
Bb511281.pubproperty(pl-pl,SQL.100).gif CodePage Gets or sets the character set used to interpret the data contained in the column.
Bb511281.pubproperty(pl-pl,SQL.100).gif CustomPropertyCollection Gets the custom property collection of the external metadata column.
Bb511281.pubproperty(pl-pl,SQL.100).gif DataType Gets or sets the DataType of the column.
Bb511281.pubproperty(pl-pl,SQL.100).gif Description Gets or sets the descriptive text for the IDTSExternalMetadataColumn100 object.
Bb511281.pubproperty(pl-pl,SQL.100).gif ID Gets or sets the ID of the IDTSExternalMetadataColumn100.
Bb511281.pubproperty(pl-pl,SQL.100).gif IdentificationString Gets the String that uniquely identifies the IDTSExternalMetadataColumn100 object in the data flow.
Bb511281.pubproperty(pl-pl,SQL.100).gif Length Gets or sets the length of the external metadata column.
Bb511281.pubproperty(pl-pl,SQL.100).gif MappedColumnID Gets or sets the ID of a column that is mapped to the IDTSExternalMetadataColumn100 object.
Bb511281.pubproperty(pl-pl,SQL.100).gif Name Gets or sets a String that contains the name of the IDTSExternalMetadataColumn100.
Bb511281.pubproperty(pl-pl,SQL.100).gif ObjectType Returns the value from the DTSObjectType enumeration that corresponds to an external metadata column.
Bb511281.pubproperty(pl-pl,SQL.100).gif Precision Gets or sets the number of decimal places stored by an external metadata column that has a decimal data type.
Bb511281.pubproperty(pl-pl,SQL.100).gif Scale Gets or sets the number of digits stored by an external metadata column that has a decimal data type.

Top