共用方式為


IDTSInputColumn100.ComparisonFlags 屬性

Gets a value that specifies how two strings are compared.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
ReadOnly Property ComparisonFlags As Integer 
    Get
'用途
Dim instance As IDTSInputColumn100 
Dim value As Integer 

value = instance.ComparisonFlags
int ComparisonFlags { get; }
property int ComparisonFlags {
    int get ();
}
abstract ComparisonFlags : int
function get ComparisonFlags () : int

屬性值

型別:System.Int32
An Integer, which can include the summation of multiple flags.

備註

The ComparisonFlags property specifies how two strings are compared and contains a summation of the flags defined in the WinNLS.H header file.

This flag is used when comparing the string value contained in an input column to another string.

請參閱

參考

IDTSInputColumn100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間