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

屬性值

Int32

整數值,其中包含多個旗標的總和。

屬性

備註

ComparisonFlags 屬性會指定如何比較兩個字串,並包含定義 WinNLS .H 標頭檔之旗標的總和。

將輸出資料行中包含的字串值與另一個字串進行比較時,會使用這個旗標。

如需詳細資訊,請參閱 Comparing String Data

適用於