Share via


IDTSVirtualInputColumn90.ComparisonFlags Property

Gets the comparison flags set on an upstream output column.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Declaration
<DispIdAttribute(123)> _
ReadOnly Property ComparisonFlags As Integer
[DispIdAttribute(123)] 
int ComparisonFlags { get; }
[DispIdAttribute(123)] 
property int ComparisonFlags {
    int get ();
}
/** @property */
/** @attribute DispIdAttribute(123) */ 
int get_ComparisonFlags ()
DispIdAttribute(123) 
function get ComparisonFlags () : int

Property Value

An Integer that represents the comparison flags on the upstream output column.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IDTSVirtualInputColumn90 Interface
IDTSVirtualInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace