Token 클래스

Represents a token.

상속 계층

System.Object
  Microsoft.SqlServer.Management.SqlParser.Parser.Token

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Parser
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Class Token
‘사용 방법
Dim instance As Token
public class Token
public ref class Token
type Token =  class end
public class Token

Token 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 EndLocation Gets the end location of the token.
공용 속성 Id Gets the token ID.
공용 속성 IsSignificant Gets a value indicating whether the token is a significant token. White space and comments are examples of non-significant tokens.
공용 속성 StartLocation Gets the start location of the token.
공용 속성 Text Gets the token text.
공용 속성 Type Gets the type of the token.
공용 속성 Xml Gets the XML representation of the token.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString Returns a string represenation of the token. (Object.ToString()을(를) 재정의함)
공용 메서드 WriteXml Writes the XML representation of the token out to the specified XmlWriter.

맨 위로 이동

스레드 보안

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

참고 항목

참조

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