IDTSInputColumn100.ComparisonFlags 属性

定义

public:
 property int ComparisonFlags { int get(); };
[System.Runtime.InteropServices.DispId(124)]
public int ComparisonFlags { [System.Runtime.InteropServices.DispId(124)] get; }
[<System.Runtime.InteropServices.DispId(124)>]
[<get: System.Runtime.InteropServices.DispId(124)>]
member this.ComparisonFlags : int
Public ReadOnly Property ComparisonFlags As Integer

属性值

一个整数,可以包含多个标志的求和。

属性

注解

ComparisonFlags 属性指定了两个字符串的比较方式,并包含 了 WinNLS.H 头文件中定义的标志的总和。

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

适用于