Compartir a través de


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

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

TSqlParser Clase

ParseChildObjectName (Sobrecarga)

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