다음을 통해 공유


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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.