Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
ReadOnly Property ComparisonFlags As Integer
Get
'Usage
Dim instance As IDTSVirtualInputColumn100
Dim value As Integer
value = instance.ComparisonFlags
int ComparisonFlags { get; }
property int ComparisonFlags {
int get ();
}
abstract ComparisonFlags : int
function get ComparisonFlags () : int
Property Value
Type: System.Int32
An Integer that represents the comparison flags on the upstream output column.