ITransferSqlServerObjectsTask.CopySqlServerLogins Property

Definition

Gets or sets a value that indicates 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 if SQL Server logins are included in the transfer from the source to the target database; otherwise, false.

Applies to