Partager via


Propriété CreateFullTextIndexStatement.CatalogAndFileGroup

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property CatalogAndFileGroup As FullTextCatalogAndFileGroup 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

CreateFullTextIndexStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom