TSqlParser.TryParseSqlModuleObjectName Method
SQL Server 2012
Indicates whether the input script contains a SQL module object name.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public bool TryParseSqlModuleObjectName( TextReader input, out SchemaObjectName result )
Parameters
- input
- Type: System.IO.TextReader
The script that will be parsed.
- result
- Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
When this method returns, contains the SQL module object name. This parameter is passed uninitialized.
Return Value
Type: System.Booleantrue if the input script contains a SQL module object name; otherwise false.
