TransferSqlServerObjectsTask.CopyFullTextIndexes 屬性

定義

取得或設定布林值,指出是否從源資料庫將全文檢索屬性傳送到目標資料庫。

public:
 property bool CopyFullTextIndexes { bool get(); void set(bool value); };
public bool CopyFullTextIndexes { get; set; }
member this.CopyFullTextIndexes : bool with get, set
Public Property CopyFullTextIndexes As Boolean

屬性值

Boolean

true 表示全文檢索屬性從源資料庫傳送到目標資料庫;false 表示只傳送資料庫物件。

實作

備註

預設值為 false

適用於