IDTSInputColumn100.ComparisonFlags Property

Definition

Gets a value that specifies how two strings are compared.

public:
 property int ComparisonFlags { int get(); };
[System.Runtime.InteropServices.DispId(124)]
public int ComparisonFlags { [System.Runtime.InteropServices.DispId(124)] get; }
[<System.Runtime.InteropServices.DispId(124)>]
[<get: System.Runtime.InteropServices.DispId(124)>]
member this.ComparisonFlags : int
Public ReadOnly Property ComparisonFlags As Integer

Property Value

An Integer, which can include the summation of multiple flags.

Attributes

Remarks

The ComparisonFlags property specifies how two strings are compared and contains a summation of the flags defined in the WinNLS.H header file.

This flag is used when comparing the string value contained in an input column to another string.

Applies to