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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.