Proprietà FullTextService.CatalogUpgradeOption

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property CatalogUpgradeOption As FullTextCatalogUpgradeOption 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Esempi

Implementazione della ricerca full-text

Vedere anche

Riferimento

FullTextService Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Cenni preliminari sulla ricerca full-text

CREATE FULLTEXT INDEX (Transact-SQL)

CREATE FULLTEXT CATALOG (Transact-SQL)