Location 구조
Represents the location of the source of the error in the Transact-SQL input files to the DAC compilation unit.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public Structure Location _
Implements IComparable(Of Location)
‘사용 방법
Dim instance As Location
public struct Location : IComparable<Location>
public value class Location : IComparable<Location>
[<SealedAttribute>]
type Location =
struct
interface IComparable<Location>
end
Jscript는 구조체의 사용을 지원하지만 새로운 구조체 선언은 지원하지 않습니다.
Location 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
ColumnNumber | Gets the column number of the location. | |
LineNumber | Gets the line number of the location. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
CompareTo | Compares two Location objects and returns the difference in the line numbers. | |
Equals | (ValueType에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (ValueType에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | Returns a string representation of the location. (ValueType. . :: . .ToString() () () ()을(를) 재정의함) |
맨 위로 이동
주의
If a compilation operation results in errors, the start and the end of the cause of the error are represented in this structure
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.