Ibahagi sa


IDTSVirtualInputColumn100 Interface

Definition

public interface class IDTSVirtualInputColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSObject100
[System.Runtime.InteropServices.Guid("D5DDB62C-BBCF-479F-BAC2-4382A950B356")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVirtualInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100
[<System.Runtime.InteropServices.Guid("D5DDB62C-BBCF-479F-BAC2-4382A950B356")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVirtualInputColumn100 = interface
    interface IDTSObject100
Public Interface IDTSVirtualInputColumn100
Implements IDTSObject100
Attributes
Implements

Remarks

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.

Applies to