NamedTableReference.SchemaObject Property
SQL Server 2012
Gets or sets the name of the schema object.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property SchemaObject As SchemaObjectName Get Set 'Usage Dim instance As NamedTableReference Dim value As SchemaObjectName value = instance.SchemaObject instance.SchemaObject = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectNameThe name of the schema object.
