Freigeben über


IDTSInputColumn100.ComparisonFlags-Eigenschaft

Gets a value that specifies how two strings are compared.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
ReadOnly Property ComparisonFlags As Integer 
    Get
'Usage
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

Eigenschaftswert

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

Hinweise

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.

Siehe auch

Verweis

IDTSInputColumn100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace