TSqlParser 클래스
나타냅니다는 Transact-SQL 파서.
상속 계층 구조
System.Object
Microsoft.Data.Schema.ScriptDom.Parser
Microsoft.Data.Schema.ScriptDom.Sql.TSqlParser
Microsoft.Data.Schema.ScriptDom.Sql.TSql100Parser
Microsoft.Data.Schema.ScriptDom.Sql.TSql80Parser
Microsoft.Data.Schema.ScriptDom.Sql.TSql90Parser
네임스페이스: Microsoft.Data.Schema.ScriptDom.Sql
어셈블리: Microsoft.Data.Schema.ScriptDom.Sql(Microsoft.Data.Schema.ScriptDom.Sql.dll)
구문
‘선언
<SerializableAttribute> _
Public MustInherit Class TSqlParser _
Inherits Parser
[SerializableAttribute]
public abstract class TSqlParser : Parser
[SerializableAttribute]
public ref class TSqlParser abstract : public Parser
[<AbstractClass>]
[<SerializableAttribute>]
type TSqlParser =
class
inherit Parser
end
public abstract class TSqlParser extends Parser
TSqlParser 형식에서는 다음과 같은 멤버를 노출합니다.
속성
위쪽
메서드
|
Equals |
지정한 Object가 현재 Object와 같은지 여부를 확인합니다. (Object에서 상속됨) |
|
Finalize |
가비지 수집에서 회수하기 전에 개체에서 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨) |
|
GetHashCode |
특정 형식에 대한 해시 함수 역할을 합니다. (Object에서 상속됨) |
|
GetTokenStream(TextReader, IList<ParseError>) |
제공 된 텍스트 리더 및 파서 오류 목록을 사용 하 여 파서 목록 토큰을 반환 합니다. |
|
GetTokenStream(TextReader, IList<ParseError>, Int32, Int32, Int32) |
|
|
GetType |
현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨) |
|
MemberwiseClone |
현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨) |
|
Parse(TextReader, IList<ParseError>%) |
제공 된 텍스트 판독기를 사용 하 여 스크립트 조각 및 오류 목록을 반환 합니다. (Parser.Parse(TextReader, IList<ParseError>%)을(를) 재정의함) |
|
Parse(IList<TSqlParserToken>, IList<ParseError>) |
파생된 클래스에서 재정의 하는 경우에 스크립트 조각 제공된 토큰 및 오류를 사용 하 여 반환 합니다. |
|
Parse(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
|
|
ParseBooleanExpression(TextReader, IList<ParseError>%) |
|
|
ParseBooleanExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
|
|
ParseChildObjectName(TextReader, IList<ParseError>%) |
|
|
ParseChildObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
|
|
ParseConstantOrIdentifier(TextReader, IList<ParseError>%) |
|
|
ParseConstantOrIdentifier(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
|
|
ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%) |
|
|
ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
|
|
ParseExpression(TextReader, IList<ParseError>%) |
|
|
ParseExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
|
|
ParseScalarDataType(TextReader, IList<ParseError>%) |
|
|
ParseScalarDataType(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
|
|
ParseSchemaObjectName(TextReader, IList<ParseError>%) |
|
|
ParseSchemaObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
|
|
ParseStatementList(TextReader, IList<ParseError>%) |
|
|
ParseStatementList(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
|
|
ToString |
현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨) |
|
ValidateIdentifier |
이름이 유효한 SQL 식별자인지 여부를 반환합니다. |
위쪽
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.
참고 항목
참조
Microsoft.Data.Schema.ScriptDom.Sql 네임스페이스