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。