ITransferSqlServerObjectsTask.CopySchema Property

Definition

Gets or sets a value that indicates whether the schema is copied from the source database to the target database.

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

Property Value

true if the schema is copied from the source database to the target database; otherwise, false.

Applies to