ParseOptions 생성자 (String, Boolean)

Initializes a new instance of the ParseOptions class with the specified batch separator and quoted identifier settings.

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

구문

‘선언
Public Sub New ( _
    batchSeparator As String, _
    isQuotedIdentifierSet As Boolean _
)
‘사용 방법
Dim batchSeparator As String 
Dim isQuotedIdentifierSet As Boolean 

Dim instance As New ParseOptions(batchSeparator, _
    isQuotedIdentifierSet)
public ParseOptions(
    string batchSeparator,
    bool isQuotedIdentifierSet
)
public:
ParseOptions(
    String^ batchSeparator, 
    bool isQuotedIdentifierSet
)
new : 
        batchSeparator:string * 
        isQuotedIdentifierSet:bool -> ParseOptions
public function ParseOptions(
    batchSeparator : String, 
    isQuotedIdentifierSet : boolean
)

매개 변수

  • batchSeparator
    유형: System.String
    The string used to separate a single script into multiple batches.
  • isQuotedIdentifierSet
    유형: System.Boolean
    true to treat quoted strings as identifiers; otherwise false.

예외

예외 조건
ArgumentNullException

batchSeparator is nullnull 참조(Visual Basic에서는 Nothing) or an empty string.

참고 항목

참조

ParseOptions 클래스

ParseOptions 오버로드

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