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 属性指定了两个字符串的比较方式,并包含了 WinNLS.H 头文件中定义的标志的总和。

该标志用于比较输出列中的字符串值与其他字符串。

有关详细信息,请参阅 Comparing String Data

适用于