Partager via


Propriété FullTextService.CatalogUpgradeOption

Gets or sets the upgrade option for the full-text service.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property CatalogUpgradeOption As FullTextCatalogUpgradeOption 
    Get 
    Set
'Utilisation
Dim instance As FullTextService 
Dim value As FullTextCatalogUpgradeOption 

value = instance.CatalogUpgradeOption

instance.CatalogUpgradeOption = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public FullTextCatalogUpgradeOption CatalogUpgradeOption { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property FullTextCatalogUpgradeOption CatalogUpgradeOption {
    FullTextCatalogUpgradeOption get ();
    void set (FullTextCatalogUpgradeOption value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member CatalogUpgradeOption : FullTextCatalogUpgradeOption with get, set
function get CatalogUpgradeOption () : FullTextCatalogUpgradeOption 
function set CatalogUpgradeOption (value : FullTextCatalogUpgradeOption)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.FullTextCatalogUpgradeOption
A FullTextCatalogUpgradeOption object value that specifies the upgrade option for the full-text service.

Exemples

Implémentation de la recherche en texte intégral

Voir aussi

Référence

FullTextService Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Vue d'ensemble de la recherche en texte intégral

CREATE FULLTEXT INDEX (Transact-SQL)

CREATE FULLTEXT CATALOG (Transact-SQL)