TSql160Parser.ParseConstantOrIdentifierWithDefault 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
입력 문자열을 구문 분석하여 상수 또는 식별자 또는 기본 리터럴(값이 "DEFAULT"인 리터럴)을 가져옵니다. 오류가 발생한 경우 null을 반환합니다.
public override Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment ParseConstantOrIdentifierWithDefault(System.IO.TextReader input, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors, int startOffset, int startLine, int startColumn);
override this.ParseConstantOrIdentifierWithDefault : System.IO.TextReader * IList * int * int * int -> Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Public Overrides Function ParseConstantOrIdentifierWithDefault (input As TextReader, ByRef errors As IList(Of ParseError), startOffset As Integer, startLine As Integer, startColumn As Integer) As TSqlFragment
매개 변수
- input
- TextReader
- errors
- IList<ParseError>
- startOffset
- Int32
- startLine
- Int32
- startColumn
- Int32