Freigeben über


CreateFullTextIndexStatement.CatalogAndFileGroup-Eigenschaft

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

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

Syntax

'Declaration
Public Property CatalogAndFileGroup As FullTextCatalogAndFileGroup 
    Get 
    Set
'Usage
Dim instance As CreateFullTextIndexStatement 
Dim value As FullTextCatalogAndFileGroup 

value = instance.CatalogAndFileGroup

instance.CatalogAndFileGroup = value
public FullTextCatalogAndFileGroup CatalogAndFileGroup { get; set; }
public:
property FullTextCatalogAndFileGroup^ CatalogAndFileGroup {
    FullTextCatalogAndFileGroup^ get ();
    void set (FullTextCatalogAndFileGroup^ value);
}
member CatalogAndFileGroup : FullTextCatalogAndFileGroup with get, set
function get CatalogAndFileGroup () : FullTextCatalogAndFileGroup 
function set CatalogAndFileGroup (value : FullTextCatalogAndFileGroup)

Eigenschaftswert

Typ: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextCatalogAndFileGroup
The name of the fulltext catalog and/or filegroup

Siehe auch

Verweis

CreateFullTextIndexStatement Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace