Compartilhar via


Interface IDTSVirtualInputColumn100

Represents an IDTSOutputColumn100 in the StartPoint object of an IDTSPath100 object.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("379AD3CC-A098-40B4-9F54-BCE1B1116A2F")> _
Public Interface IDTSVirtualInputColumn100 _
    Inherits IDTSObject100
'Uso
Dim instance As IDTSVirtualInputColumn100
[GuidAttribute("379AD3CC-A098-40B4-9F54-BCE1B1116A2F")]
public interface IDTSVirtualInputColumn100 : IDTSObject100
[GuidAttribute(L"379AD3CC-A098-40B4-9F54-BCE1B1116A2F")]
public interface class IDTSVirtualInputColumn100 : IDTSObject100
[<GuidAttribute("379AD3CC-A098-40B4-9F54-BCE1B1116A2F")>]
type IDTSVirtualInputColumn100 =  
    interface
        interface IDTSObject100
    end
public interface IDTSVirtualInputColumn100 extends IDTSObject100

O tipo IDTSVirtualInputColumn100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública CodePage Gets the character set used to interpret the data contained in a virtual input column.
Propriedade pública ComparisonFlags Gets the comparison flags set on an upstream output column.
Propriedade pública DataType Gets the DataType of a column.
Propriedade pública Description Gets or sets the description of an IDTSObject100. (Herdado de IDTSObject100.)
Propriedade pública Description Gets or sets the description of the IDTSVirtualInputColumn100 object.
Propriedade pública ID Gets or sets the ID of an IDTSObject100object. (Herdado de IDTSObject100.)
Propriedade pública ID Gets the ID of an IDTSVirtualInputColumn100 object.
Propriedade pública IdentificationString Gets a string that uniquely identifies an IDTSObject100. (Herdado de IDTSObject100.)
Propriedade pública IdentificationString Gets the string that uniquely identifies the IDTSVirtualInputColumn100 object in a data flow layout.
Propriedade pública Length Gets the length of a column.
Propriedade pública LineageID Gets the lineage ID of an upstream output column.
Propriedade pública Name Gets or sets the name of an IDTSObject100 object. (Herdado de IDTSObject100.)
Propriedade pública Name Gets or sets a value that contains the name of the IDTSVirtualInputColumn100.
Propriedade pública NewDescription Gets or sets the description of a newly created IDTSInputColumn100 column.
Propriedade pública NewName Gets or sets the name of a newly created IDTSInputColumn100 column.
Propriedade pública ObjectType Gets the ObjectType property of an IDTSObject100. (Herdado de IDTSObject100.)
Propriedade pública ObjectType Gets the value from the DTSObjectType enumeration for a virtual input column.
Propriedade pública Precision Gets the total number of digits contained in a virtual input column.
Propriedade pública Scale Gets the number of decimal places contained in a virtual input column.
Propriedade pública SortKeyPosition Gets the sort key of a virtual input column.
Propriedade pública SourceComponent Gets the name of the component where a virtual input column originates.
Propriedade pública UpstreamComponentName Gets the name of the component directly upstream to the current component.
Propriedade pública UsageType Gets a value that indicates how the virtual column is used by the component.

Início

Métodos

  Nome Descrição
Método público DescribeRedirectedErrorCode Gets the error message for the error code on the upstream output column.

Início

Comentários

An IDTSVirtualInputColumn100 column represents the IDTSOutputColumn100 of an upstream component in the data flow layout. Its properties are the same as those in the output column. Modifications to virtual column properties are not persisted in the virtual column, or in the output column of the upstream component. The upstream component might or might not be directly upstream from the component with the virtual input column.