SchemaObjectName.SchemaIdentifier Property

 

Applies To: SQL Server 2016 Preview

Gets the table schema identifier.

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

Syntax

public virtual Identifier SchemaIdentifier { get; }
public:
property Identifier^ SchemaIdentifier {
    virtual Identifier^ get();
}
abstract SchemaIdentifier : Identifier with get
override SchemaIdentifier : Identifier with get
Public Overridable ReadOnly Property SchemaIdentifier As Identifier

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier

The table schema identifier.

See Also

SchemaObjectName Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top