Поделиться через


Интерфейс IDTSInputColumn100

Represents an output column of an upstream component that is selected for use by a component.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("E5826917-D756-4580-B25E-1525B7253DEE")> _
Public Interface IDTSInputColumn100 _
    Inherits IDTSObject100
'Применение
Dim instance As IDTSInputColumn100
[GuidAttribute("E5826917-D756-4580-B25E-1525B7253DEE")]
public interface IDTSInputColumn100 : IDTSObject100
[GuidAttribute(L"E5826917-D756-4580-B25E-1525B7253DEE")]
public interface class IDTSInputColumn100 : IDTSObject100
[<GuidAttribute("E5826917-D756-4580-B25E-1525B7253DEE")>]
type IDTSInputColumn100 =  
    interface
        interface IDTSObject100
    end
public interface IDTSInputColumn100 extends IDTSObject100

Тип IDTSInputColumn100 обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство CodePage Gets the character set used to interpret the data contained in a column.
Открытое свойство ComparisonFlags Gets a value that specifies how two strings are compared.
Открытое свойство CustomPropertyCollection Gets the IDTSCustomPropertyCollection100 collection of an input column.
Открытое свойство DataType Gets the DataType of a column.
Открытое свойство Description Gets or sets the descriptive text for an IDTSInputColumn100 object.
Открытое свойство Description Gets or sets the description of an IDTSObject100. (Производный от IDTSObject100.)
Открытое свойство ErrorOrTruncationOperation Gets or sets a String that describes the operation that is taking place when an error or truncation occurs.
Открытое свойство ErrorRowDisposition Gets or sets a value that specifies how a component proceeds when an error occurs while processing an input column at runtime.
Открытое свойство ExternalMetadataColumnID Gets or sets the ID of the IDTSExternalMetadataColumn100 assigned to an input column.
Открытое свойство ID Gets or sets the ID of an input column object.
Открытое свойство ID Gets or sets the ID of an IDTSObject100object. (Производный от IDTSObject100.)
Открытое свойство IdentificationString Gets a String that uniquely identifies the IDTSInputColumn100 object in a data flow layout.
Открытое свойство IdentificationString Gets a string that uniquely identifies an IDTSObject100. (Производный от IDTSObject100.)
Открытое свойство IsValid Gets a value that indicates whether an input column references an upstream column.
Открытое свойство Length Gets the length of a column.
Открытое свойство LineageID Gets or sets the identifier of an upstream column object.
Открытое свойство MappedColumnID Gets or sets the ID of a column that is mapped to this IDTSInputColumn100 object.
Открытое свойство Name Gets or sets the name of an input column.
Открытое свойство Name Gets or sets the name of an IDTSObject100 object. (Производный от IDTSObject100.)
Открытое свойство ObjectType Gets the value from a DTSObjectType enumeration that corresponds to an input column.
Открытое свойство ObjectType Gets the ObjectType property of an IDTSObject100. (Производный от IDTSObject100.)
Открытое свойство Precision Gets the total number of digits contained in an input column.
Открытое свойство Scale Gets the number of decimal places contained in a numeric input column.
Открытое свойство SortKeyPosition Gets the sort key of an input column.
Открытое свойство TruncationRowDisposition Gets or sets a value from a DTSRowDisposition enumeration.
Открытое свойство UpstreamComponentName Gets the name of the component that originally supplied the column.
Открытое свойство UsageType Gets or sets a value that determines how an IDTSInputColumn100 object is used by the component.

В начало

Методы

  Имя Описание
Открытый метод DescribeRedirectedErrorCode Returns a String that describes an error code.

В начало

Замечания

Input columns describe the columns that a component receives, reads, or modifies during execution. They contain properties that describe the data contained in the column during package execution. They are created by calling the New or NewAt methods of the IDTSInputColumnCollection100 collection.