TSqlParser.ParseSchemaObjectName メソッド (TextReader, IList<ParseError>%)
指定されたテキスト リーダーを使用して、スキーマ オブジェクトの名前およびエラーの一覧を返します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Function ParseSchemaObjectName ( _
input As TextReader, _
<OutAttribute> ByRef errors As IList(Of ParseError) _
) As SchemaObjectName
'使用
Dim instance As TSqlParser
Dim input As TextReader
Dim errors As IList(Of ParseError)
Dim returnValue As SchemaObjectName
returnValue = instance.ParseSchemaObjectName(input, _
errors)
public SchemaObjectName ParseSchemaObjectName(
TextReader input,
out IList<ParseError> errors
)
public:
SchemaObjectName^ ParseSchemaObjectName(
TextReader^ input,
[OutAttribute] IList<ParseError^>^% errors
)
member ParseSchemaObjectName :
input:TextReader *
errors:IList<ParseError> byref -> SchemaObjectName
public function ParseSchemaObjectName(
input : TextReader,
errors : IList<ParseError>
) : SchemaObjectName
パラメーター
- input
型: System.IO.TextReader
解析対象のスクリプトです。
- errors
型: System.Collections.Generic.IList<ParseError>%
このメソッドから制御が戻ったとき、解析中に発生したエラーの一覧が含まれます。 このパラメーターは初期化せずに渡されます。
戻り値
型: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
スキーマ オブジェクトの名前です。