Compartir a través de


TSql90Parser.ParseScalarDataType (Método) (TextReader, IList<ParseError>%, Int32, Int32, Int32)

Este miembro invalida TSqlParser.ParseScalarDataType(TextReader, IList<ParseError>%, Int32, Int32, Int32).

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Overrides Function ParseScalarDataType ( _
    input As TextReader, _
    <OutAttribute> ByRef errors As IList(Of ParseError), _
    startOffset As Integer, _
    startLine As Integer, _
    startColumn As Integer _
) As DataType
public override 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
) override
abstract ParseScalarDataType : 
        input:TextReader * 
        errors:IList<ParseError> byref * 
        startOffset:int * 
        startLine:int * 
        startColumn:int -> DataType 
override ParseScalarDataType : 
        input:TextReader * 
        errors:IList<ParseError> byref * 
        startOffset:int * 
        startLine:int * 
        startColumn:int -> DataType 
public override function ParseScalarDataType(
    input : TextReader, 
    errors : IList<ParseError>, 
    startOffset : int, 
    startLine : int, 
    startColumn : int
) : DataType

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

TSql90Parser Clase

ParseScalarDataType (Sobrecarga)

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)