TSqlParser.ParseScalarDataType Method (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 MustOverride Function ParseScalarDataType ( _
    input As TextReader, _
    <OutAttribute> ByRef errors As IList(Of ParseError), _
    startOffset As Integer, _
    startLine As Integer, _
    startColumn As Integer _
) As DataType
public abstract DataType ParseScalarDataType(
    TextReader input,
    out IList<ParseError> errors,
    int startOffset,
    int startLine,
    int startColumn
)
public:
virtual DataType^ ParseScalarDataType(
    TextReader^ input, 
    [OutAttribute] IList<ParseError^>^% errors, 
    int startOffset, 
    int startLine, 
    int startColumn
) abstract
abstract ParseScalarDataType : 
        input:TextReader * 
        errors:IList<ParseError> byref * 
        startOffset:int * 
        startLine:int * 
        startColumn:int -> DataType 
public abstract function ParseScalarDataType(
    input : TextReader, 
    errors : IList<ParseError>, 
    startOffset : int, 
    startLine : int, 
    startColumn : int
) : DataType

Parameters

Return Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.DataType

.NET Framework Security

See Also

Reference

TSqlParser Class

ParseScalarDataType Overload

Microsoft.Data.Schema.ScriptDom.Sql Namespace