TransferSqlServerObjectsTask.CopySchema 屬性

定義

取得或設定布林值,這個值會指定是否在傳送作業中複製架構。 這個屬性僅適用于 SQL Server 2005 或更新版本。

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

屬性值

Boolean

true 表示架構從源資料庫複製到目標資料庫。

實作

備註

預設值為 true

適用於