TSqlParser.ParseChildObjectName メソッド (TextReader, IList<ParseError>%)
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Function ParseChildObjectName ( _
input As TextReader, _
<OutAttribute> ByRef errors As IList(Of ParseError) _
) As ChildObjectName
'使用
Dim instance As TSqlParser
Dim input As TextReader
Dim errors As IList(Of ParseError)
Dim returnValue As ChildObjectName
returnValue = instance.ParseChildObjectName(input, _
errors)
public ChildObjectName ParseChildObjectName(
TextReader input,
out IList<ParseError> errors
)
public:
ChildObjectName^ ParseChildObjectName(
TextReader^ input,
[OutAttribute] IList<ParseError^>^% errors
)
public function ParseChildObjectName(
input : TextReader,
errors : IList<ParseError>
) : ChildObjectName
パラメータ
- input
型 : System.IO.TextReader
- errors
型 : System.Collections.Generic.IList<ParseError>%
戻り値
型 : Microsoft.Data.Schema.ScriptDom.Sql.ChildObjectName