IDTSVirtualInputColumn100 Interfaz

Definición

public interface class IDTSVirtualInputColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100
[System.Runtime.InteropServices.Guid("77728C75-4B43-43B8-B87E-4ADCA62FBF5C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVirtualInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
[<System.Runtime.InteropServices.Guid("77728C75-4B43-43B8-B87E-4ADCA62FBF5C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVirtualInputColumn100 = interface
    interface IDTSObject100
Public Interface IDTSVirtualInputColumn100
Implements IDTSObject100
Atributos
Implementaciones

Comentarios

Una columna IDTSVirtualInputColumn100 representa el IDTSOutputColumn100 de un componente ascendente en el diseño del flujo de datos. Sus propiedades son las mismas que las de la columna de salida. Las modificaciones en las propiedades de columna virtual no se conservan en la columna virtual o en la columna de salida del componente ascendente. El componente ascendente podría o no estar directamente ascendente desde el componente con la columna de entrada virtual.

Propiedades

CodePage
ComparisonFlags
DataType
Description
ID
IdentificationString
IsAssociatedWithOutputColumn
Length
LineageID
Name
NewDescription
NewName
ObjectType
Precision
Scale
SortKeyPosition
SourceComponent
UpstreamComponentName
UsageType

Métodos

DescribeRedirectedErrorCode(Int32)

Se aplica a