BackwardsCompatibleDropIndexClause.Index Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the index and table name together.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.ChildObjectName

The index and table name together.

See Also

BackwardsCompatibleDropIndexClause Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top