TSqlParser.ParseScalarDataType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ParseScalarDataType(TextReader, IList<ParseError>) |
Parses an input string to get a data type. This will return null, if there were any errors. |
ParseScalarDataType(TextReader, IList<ParseError>, Int32, Int32, Int32) |
Parses an input string to get a data type. This will return null, if there were any errors. |
ParseScalarDataType(TextReader, IList<ParseError>)
Parses an input string to get a data type. This will return null, if there were any errors.
public Microsoft.SqlServer.TransactSql.ScriptDom.DataTypeReference ParseScalarDataType (System.IO.TextReader input, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors);
member this.ParseScalarDataType : System.IO.TextReader * IList -> Microsoft.SqlServer.TransactSql.ScriptDom.DataTypeReference
Public Function ParseScalarDataType (input As TextReader, ByRef errors As IList(Of ParseError)) As DataTypeReference
Parameters
- input
- TextReader
The input.
- errors
- IList<ParseError>
The collection of errors.
Returns
Applies to
ParseScalarDataType(TextReader, IList<ParseError>, Int32, Int32, Int32)
Parses an input string to get a data type. This will return null, if there were any errors.
public abstract Microsoft.SqlServer.TransactSql.ScriptDom.DataTypeReference ParseScalarDataType (System.IO.TextReader input, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors, int startOffset, int startLine, int startColumn);
abstract member ParseScalarDataType : System.IO.TextReader * IList * int * int * int -> Microsoft.SqlServer.TransactSql.ScriptDom.DataTypeReference
Public MustOverride Function ParseScalarDataType (input As TextReader, ByRef errors As IList(Of ParseError), startOffset As Integer, startLine As Integer, startColumn As Integer) As DataTypeReference
Parameters
- input
- TextReader
- errors
- IList<ParseError>
- startOffset
- Int32
- startLine
- Int32
- startColumn
- Int32