IDTSVirtualInputColumn100 Interface
Represents an IDTSOutputColumn100 in the StartPoint object of an IDTSPath100 object.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
<GuidAttribute("379AD3CC-A098-40B4-9F54-BCE1B1116A2F")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSVirtualInputColumn100
Inherits IDTSObject100
[GuidAttribute("379AD3CC-A098-40B4-9F54-BCE1B1116A2F")]
[TypeLibTypeAttribute(4160)]
public interface IDTSVirtualInputColumn100 : IDTSObject100
[GuidAttribute(L"379AD3CC-A098-40B4-9F54-BCE1B1116A2F")]
[TypeLibTypeAttribute(4160)]
public interface class IDTSVirtualInputColumn100 : IDTSObject100
/** @attribute GuidAttribute("379AD3CC-A098-40B4-9F54-BCE1B1116A2F") */
/** @attribute TypeLibTypeAttribute(4160) */
public interface IDTSVirtualInputColumn100 extends IDTSObject100
GuidAttribute("379AD3CC-A098-40B4-9F54-BCE1B1116A2F")
TypeLibTypeAttribute(4160)
public interface IDTSVirtualInputColumn100 extends IDTSObject100
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.