IDTSVirtualInputColumn100.ComparisonFlags Property
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.
Gets the comparison flags set on an upstream output column.
public:
property int ComparisonFlags { int get(); };
[System.Runtime.InteropServices.DispId(123)]
public int ComparisonFlags { [System.Runtime.InteropServices.DispId(123)] get; }
[<System.Runtime.InteropServices.DispId(123)>]
[<get: System.Runtime.InteropServices.DispId(123)>]
member this.ComparisonFlags : int
Public ReadOnly Property ComparisonFlags As Integer
Property Value
An Integer that represents the comparison flags on the upstream output column.
- Attributes