FullTextService.CatalogUpgradeOption 屬性
Gets or sets the upgrade option for the full-text service.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property CatalogUpgradeOption As FullTextCatalogUpgradeOption
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.Management.Smo.FullTextCatalogUpgradeOption
A FullTextCatalogUpgradeOption object value that specifies the upgrade option for the full-text service.
範例
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間