TransferSqlServerObjectsTask.CopySqlServerLogins Property

Definition

Gets or sets a Boolean indicating whether SQL Server logins are included in the transfer from the source to the target database.

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

Property Value

true indicates that SQL Server logins are transferred from the source to the target database.

Implements

Remarks

The default value is false.

Applies to