TSqlParser.ParseConstantOrIdentifierWithDefault Metode

Definisi

Overload

Nama Deskripsi
ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>, Int32, Int32, Int32)

Mengurai string input untuk mendapatkan konstanta atau pengidentifikasi atau literal default(literal dengan nilai "DEFAULT"). Ini akan mengembalikan null, jika ada kesalahan.

ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>)

Mengurai string input untuk mendapatkan konstanta atau pengidentifikasi atau literal default(literal dengan nilai "DEFAULT"). Ini akan mengembalikan null, jika ada kesalahan.

ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>, Int32, Int32, Int32)

Mengurai string input untuk mendapatkan konstanta atau pengidentifikasi atau literal default(literal dengan nilai "DEFAULT"). Ini akan mengembalikan null, jika ada kesalahan.

public abstract 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);
abstract member ParseConstantOrIdentifierWithDefault : System.IO.TextReader * IList * int * int * int -> Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Public MustOverride Function ParseConstantOrIdentifierWithDefault (input As TextReader, ByRef errors As IList(Of ParseError), startOffset As Integer, startLine As Integer, startColumn As Integer) As TSqlFragment

Parameter

input
TextReader
errors
IList<ParseError>
startOffset
Int32
startLine
Int32
startColumn
Int32

Mengembalikan

Berlaku untuk

ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>)

Mengurai string input untuk mendapatkan konstanta atau pengidentifikasi atau literal default(literal dengan nilai "DEFAULT"). Ini akan mengembalikan null, jika ada kesalahan.

public Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment ParseConstantOrIdentifierWithDefault(System.IO.TextReader input, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors);
member this.ParseConstantOrIdentifierWithDefault : System.IO.TextReader * IList -> Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Public Function ParseConstantOrIdentifierWithDefault (input As TextReader, ByRef errors As IList(Of ParseError)) As TSqlFragment

Parameter

input
TextReader

Input.

errors
IList<ParseError>

Kumpulan kesalahan.

Mengembalikan

Berlaku untuk