Поделиться через


Свойство 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