Freigeben über


ISqlFullTextIndex.Catalog-Eigenschaft

Ruft den Katalog ab, in dem der Index gespeichert wird, oder legt den Katalog fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
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)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlFullTextIndex Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace