ITransferSqlServerObjectsTask.CopyAllUsers Property

Definition

Gets or sets a value that indicates whether all the SQL Server database users are copied from the source database to the target database.

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

Property Value

true if all the SQL Server database users are copied from the source database to the target database; otherwise, false.

Applies to