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.