Location 구조

Represents the source location.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Parser
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.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 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 Location Initializes a new instance of the Location class with the specified line and column number.

맨 위로 이동

메서드

  이름 설명
공용 메서드 CompareTo Compares this Location object with the specified Location object and returns an integer that indicates their relative positions to one another.
공용 메서드 Equals (ValueType에서 상속됨)
공용 메서드 GetHashCode (ValueType에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString Returns a string representation of this Location object. (ValueType.ToString()을(를) 재정의함)

맨 위로 이동

필드

  이름 설명
공용 필드 ColumnNumber Gets the column number.
공용 필드 LineNumber Gets the line number.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

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