AlterSchemaStatement.ObjectName Property
SQL Server 2012
Gets or sets the securable name that is the one-part or two-part name of a schema-contained securable to be moved into the schema.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property ObjectName As SchemaObjectName Get Set 'Usage Dim instance As AlterSchemaStatement Dim value As SchemaObjectName value = instance.ObjectName instance.ObjectName = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectNameThe one-part or two-part name of a schema-contained securable to be moved into the schema.
