Partager via


ISqlFullTextIndex.Catalog, propriété

Obtient ou définit le catalogue dans lequel l'index est stocké.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property Catalog As ISqlFullTextCatalog
    Get
    Set
ISqlFullTextCatalog Catalog { get; set; }
property ISqlFullTextCatalog^ Catalog {
    ISqlFullTextCatalog^ get ();
    void set (ISqlFullTextCatalog^ value);
}
abstract Catalog : ISqlFullTextCatalog with get, set
function get Catalog () : ISqlFullTextCatalog
function set Catalog (value : ISqlFullTextCatalog)

Valeur de propriété

Type : Microsoft.Data.Schema.Sql.SchemaModel.ISqlFullTextCatalog

Sécurité .NET Framework

Voir aussi

Référence

ISqlFullTextIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms