AlterFullTextIndexStatement.OnName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the table to alter index on.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName

The name of the table to alter index on.

See Also

AlterFullTextIndexStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top