CreateTableStatement.SchemaObjectName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the schema to which the table belongs.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName

The name of the schema to which the table belongs.

See Also

CreateTableStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top