IDTSVirtualInputColumn100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an IDTSOutputColumn100 in the StartPoint object of an IDTSPath100 object.
public interface class IDTSVirtualInputColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("AB4C1F94-BA17-4B22-A721-172AC0342173")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVirtualInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("8BFED405-0394-4283-8EE7-0F640DD89D4D")]
public interface IDTSVirtualInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7F2DDC88-AFFB-427B-A9DA-FC9BED56B8E5")]
public interface IDTSVirtualInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("AB4C1F94-BA17-4B22-A721-172AC0342173")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVirtualInputColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("8BFED405-0394-4283-8EE7-0F640DD89D4D")>]
type IDTSVirtualInputColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7F2DDC88-AFFB-427B-A9DA-FC9BED56B8E5")>]
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.
Properties
CodePage |
Gets the character set used to interpret the data contained in a virtual input column. |
ComparisonFlags |
Gets the comparison flags set on an upstream output column. |
DataType |
Gets the DataType of a column. |
Description |
Gets or sets the description of the IDTSVirtualInputColumn100 object. |
ID |
Gets the ID of an IDTSVirtualInputColumn100 object. |
IdentificationString |
Gets the string that uniquely identifies the IDTSVirtualInputColumn100 object in a data flow layout. |
IsAssociatedWithOutputColumn |
Gets the value that indicates whether the object is associated with output column. |
Length |
Gets the length of a column. |
LineageID |
Gets the lineage ID of an upstream output column. |
Name |
Gets or sets a value that contains the name of the IDTSVirtualInputColumn100. |
NewDescription |
Gets or sets the description of a newly created IDTSInputColumn100 column. |
NewName |
Gets or sets the name of a newly created IDTSInputColumn100 column. |
ObjectType |
Gets the value from the DTSObjectType enumeration for a virtual input column. |
Precision |
Gets the total number of digits contained in a virtual input column. |
Scale |
Gets the number of decimal places contained in a virtual input column. |
SortKeyPosition |
Gets the sort key of a virtual input column. |
SourceComponent |
Gets the name of the component where a virtual input column originates. |
UpstreamComponentName |
Gets the name of the component directly upstream to the current component. |
UsageType |
Gets a value that indicates how the virtual column is used by the component. |
Methods
DescribeRedirectedErrorCode(Int32) |
Gets the error message for the error code on the upstream output column. |