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

适用于