FullTextCatalogAndFileGroup.CatalogName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the fulltext catalog. Optional may be null.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier

The name of the fulltext catalog.

See Also

FullTextCatalogAndFileGroup Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top