Compartir a través de


ISqlFullTextIndex.Catalog (Propiedad)

Obtiene o establece el catálogo donde está almacenado el índice.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlFullTextIndex Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)