Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the upgrade option for the full-text service.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property CatalogUpgradeOption As FullTextCatalogUpgradeOption
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.FullTextCatalogUpgradeOption
A FullTextCatalogUpgradeOption object value that specifies the upgrade option for the full-text service.
Beispiele
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace
Andere Ressourcen
Übersicht über die Volltextsuche