IDTSOutputColumn100.ComparisonFlags 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 屬性會指定如何比較兩個字串,並包含定義 WinNLS .H 標頭檔之旗標的總和。
將輸出資料行中包含的字串值與另一個字串進行比較時,會使用這個旗標。
如需詳細資訊,請參閱 Comparing String Data。