다음을 통해 공유


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 네임스페이스