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
매개 변수
- error
유형: Microsoft.SqlServer.Management.SqlParser.Parser.Error
The Error object to compare against.
반환 값
유형: System.Int32
A Int32 value that indicates the relative positions between the compared Error objects.