TSqlParser.ParseScalarDataType, méthode (TextReader, IList<ParseError>%, Int32, Int32, Int32)
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
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
Paramètres
- input
Type : System.IO.TextReader
- errors
Type : System.Collections.Generic.IList<ParseError>%
- startOffset
Type : System.Int32
- startLine
Type : System.Int32
- startColumn
Type : System.Int32
Valeur de retour
Type : Microsoft.Data.Schema.ScriptDom.Sql.DataType
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.