ParseOptions 클래스

Represents the options that affect the SQL Server parser operation.

상속 계층

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

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

구문

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

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

생성자

  이름 설명
공용 메서드 ParseOptions() Initializes a new instance of the ParseOptions class with default settings.
공용 메서드 ParseOptions(Boolean) Initializes a new instance of the ParseOptions class with the specified quoted identifier setting.
공용 메서드 ParseOptions(String) Initializes a new instance of the ParseOptions class with the specified batch separator setting.
공용 메서드 ParseOptions(String, Boolean) Initializes a new instance of the ParseOptions class with the specified batch separator and quoted identifier settings.
공용 메서드 ParseOptions(String, Boolean, DatabaseCompatibilityLevel) Initializes a new instance of the ParseOptions with the specified batch separator, quoted identifier setting, and database compatibility level.
공용 메서드 ParseOptions(String, Boolean, DatabaseCompatibilityLevel, TransactSqlVersion) Initializes a new instance of the ParseOptions class with the specified batch separator, quoted identifier settings, comapibility level and Transact-SQL version.

맨 위로 이동

속성

  이름 설명
공용 속성 BatchSeparator Gets the string used to separate a single script into multiple batches.
공용 속성 CompatibilityLevel Gets a value that indicates the database compatibility level of the SQL Server parser.
공용 속성 IsQuotedIdentifierSet Gets a value that indicates whether quoted strings are treated as identifiers or as strings.
공용 속성 TransactSqlVersion Gets or sets the TransactSqlVersion to be parsed against.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals(Object) (Object에서 상속됨)
공용 메서드 Equals(ParseOptions) Returns a value that indicates whether this instance is equal to the specified ParseOptions object.
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

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

참고 항목

참조

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