AlterSchemaStatement.ObjectName Property

 

Applies To: SQL Server 2016 Preview

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)

Syntax

public SchemaObjectName ObjectName { get; set; }
public:
property SchemaObjectName^ ObjectName {
    SchemaObjectName^ get();
    void set(SchemaObjectName^ value);
}
member ObjectName : SchemaObjectName with get, set
Public Property ObjectName As SchemaObjectName

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName

The one-part or two-part name of a schema-contained securable to be moved into the schema.

See Also

AlterSchemaStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top