Parser 클래스

Represents a SQL parser that parses Transact-SQL statements and returns a ParseResult object.

상속 계층

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

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

구문

‘선언
Public NotInheritable Class Parser
‘사용 방법
public static class Parser
public ref class Parser abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Parser =  class end
public final class Parser

메서드

  이름 설명
공용 메서드정적 멤버 IncrementalParse(String, ParseResult) Incrementally parses the specified Transact-SQL string.
공용 메서드정적 멤버 IncrementalParse(String, ParseResult, ParseOptions) Incrementally parses the specified Transact-SQL string.
공용 메서드정적 멤버 IncrementalParse(String, ParseResult, ParseOptions, ParseOptions%) Incrementally parses the specified Transact-SQL string.
공용 메서드정적 멤버 Parse(String) Parses the specified Transact-SQL string using default parser options.
공용 메서드정적 멤버 Parse(String, ParseOptions) Parses the specified Transact-SQL string using the specified parser options.
공용 메서드정적 멤버 Parse(String, ParseOptions, ParseOptions%) Parses the specified Transact-SQL string using the specified parser options.

맨 위로 이동

스레드 보안

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

참고 항목

참조

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