Error.CompareTo 메서드
SQL Server 2012
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)
매개 변수
- error
- 유형: Microsoft.SqlServer.Management.SqlParser.Parser.Error
The Error object to compare against.
반환 값
유형: System.Int32A Int32 value that indicates the relative positions between the compared Error objects.
구현
IComparable<T>.CompareTo(T)
표시: