TransferSqlServerObjectsTask.CopySchema 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定布林值,這個值會指定是否在傳送作業中複製架構。 這個屬性僅適用于 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
屬性值
true 表示架構從源資料庫複製到目標資料庫。
實作
備註
預設值為 true。