Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides TSqlParser.ParseConstantOrIdentifier(TextReader, IList<ParseError>%, Int32, Int32, Int32).
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Overrides Function ParseConstantOrIdentifier ( _
input As TextReader, _
<OutAttribute> ByRef errors As IList(Of ParseError), _
startOffset As Integer, _
startLine As Integer, _
startColumn As Integer _
) As TSqlFragment
public override TSqlFragment ParseConstantOrIdentifier(
TextReader input,
out IList<ParseError> errors,
int startOffset,
int startLine,
int startColumn
)
public:
virtual TSqlFragment^ ParseConstantOrIdentifier(
TextReader^ input,
[OutAttribute] IList<ParseError^>^% errors,
int startOffset,
int startLine,
int startColumn
) override
abstract ParseConstantOrIdentifier :
input:TextReader *
errors:IList<ParseError> byref *
startOffset:int *
startLine:int *
startColumn:int -> TSqlFragment
override ParseConstantOrIdentifier :
input:TextReader *
errors:IList<ParseError> byref *
startOffset:int *
startLine:int *
startColumn:int -> TSqlFragment
public override function ParseConstantOrIdentifier(
input : TextReader,
errors : IList<ParseError>,
startOffset : int,
startLine : int,
startColumn : int
) : TSqlFragment
Parameters
- input
Type: System.IO.TextReader
- errors
Type: System.Collections.Generic.IList<ParseError>%
- startOffset
Type: System.Int32
- startLine
Type: System.Int32
- startColumn
Type: System.Int32
Return Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.