TSql160Parser.ParseSchemaObjectName Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Analyse une chaîne d'entrée pour obtenir un SchemaObjectName. Retourne null si des erreurs se sont produites.
public override Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName ParseSchemaObjectName (System.IO.TextReader input, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors, int startOffset, int startLine, int startColumn);
override this.ParseSchemaObjectName : System.IO.TextReader * IList * int * int * int -> Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
Public Overrides Function ParseSchemaObjectName (input As TextReader, ByRef errors As IList(Of ParseError), startOffset As Integer, startLine As Integer, startColumn As Integer) As SchemaObjectName
Paramètres
- input
- TextReader
- errors
- IList<ParseError>
- startOffset
- Int32
- startLine
- Int32
- startColumn
- Int32