Поделиться через


Свойство CopyAllFullTextCatalogs

Gets or sets the Boolean property value that specifies whether all the SQL Server Full-Text catalogs are copied from the source database to the target database in the transfer operation.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)

Синтаксис

'Декларация
Public Property CopyAllFullTextCatalogs As Boolean
    Get
    Set
'Применение
Dim instance As Transfer
Dim value As Boolean

value = instance.CopyAllFullTextCatalogs

instance.CopyAllFullTextCatalogs = value
public bool CopyAllFullTextCatalogs { get; set; }
public:
property bool CopyAllFullTextCatalogs {
    bool get ();
    void set (bool value);
}
member CopyAllFullTextCatalogs : bool with get, set
function get CopyAllFullTextCatalogs () : boolean
function set CopyAllFullTextCatalogs (value : boolean)

Значение свойства

Тип System. . :: . .Boolean
A Boolean value that specifies whether all SQL Server the Full-Text catalogs are copied in the transfer operation.
If True, all SQL Server Full-Text catalogs are copied from the source database to the target database. Otherwise, False (default).

См. также

Справочник

Другие ресурсы

Getting Started with Full-Text Search