IDTSOutputColumn100.ComparisonFlags プロパティ

定義

2 つの文字列の比較方法を指定する値を取得します。値の設定も可能です。

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」をご覧ください。

適用対象