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


Свойство IDTSOutputColumn100.ComparisonFlags

Gets or sets a value that specifies how two strings are compared.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Property ComparisonFlags As Integer 
    Get 
    Set
'Применение
Dim instance As IDTSOutputColumn100 
Dim value As Integer 

value = instance.ComparisonFlags

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

Значение свойства

Тип: System.Int32
An integer value that contains the summation of multiple flags.

Замечания

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

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

For more information, see Сравнение строковых данных.

См. также

Справочник

IDTSOutputColumn100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper