다음을 통해 공유


Error.CompareTo 메서드

Compares the location of this instance to the location of the specified Error object and returns an integer that indicates their relative position to each other.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Parser
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Function CompareTo ( _
    error As Error _
) As Integer
‘사용 방법
Dim instance As Error 
Dim error As Error 
Dim returnValue As Integer 

returnValue = instance.CompareTo(error)
public int CompareTo(
    Error error
)
public:
virtual int CompareTo(
    Error^ error
) sealed
abstract CompareTo : 
        error:Error -> int  
override CompareTo : 
        error:Error -> int
public final function CompareTo(
    error : Error
) : int

매개 변수

반환 값

유형: System.Int32
A Int32 value that indicates the relative positions between the compared Error objects.

구현

IComparable<T>.CompareTo(T)

참고 항목

참조

Error 클래스

Microsoft.SqlServer.Management.SqlParser.Parser 네임스페이스