AdHocTableReference.Object Property
SQL Server 2012
Gets or sets the object - can be either SchemaObjectName or Literal (string).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
function get Object () : SchemaObjectNameOrValueExpression function set Object (value : SchemaObjectNameOrValueExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectNameOrValueExpressionThe Object that can be either SchemaObjectName or Literal (string).
