IDTSOutputColumn100.ComparisonFlags プロパティ

定義

public:
 property int ComparisonFlags { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(111)]
public int ComparisonFlags { [System.Runtime.InteropServices.DispId(111)] get; [System.Runtime.InteropServices.DispId(111)] set; }
[<System.Runtime.InteropServices.DispId(111)>]
[<get: System.Runtime.InteropServices.DispId(111)>]
[<set: System.Runtime.InteropServices.DispId(111)>]
member this.ComparisonFlags : int with get, set
Public Property ComparisonFlags As Integer

プロパティ値

複数のフラグの総和を含む整数値。

属性

注釈

ComparisonFlagsプロパティは2つの文字列の比較方法を指定し、WinNLS.Hヘッダーファイルで定義されたフラグの総和を含みます。

このフラグは、出力列に含まれる文字列の値を他の文字列と比較する際に使用されます。

詳しくは、「 Comparing String Data」をご覧ください。

適用対象