TransferSqlServerObjectsTask.CopyAllLogins Property

Definition

Caution

Use CopySqlServerLogins instead.

Gets or sets a Boolean indicating whether all the SQL Server logins are copied from the source database to the target database in the transfer operation, or only the specified logins.

public:
 property bool CopyAllLogins { bool get(); void set(bool value); };
[System.Obsolete("Use CopySqlServerLogins instead.")]
public bool CopyAllLogins { get; set; }
[<System.Obsolete("Use CopySqlServerLogins instead.")>]
member this.CopyAllLogins : bool with get, set
Public Property CopyAllLogins As Boolean

Property Value

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

Implements

Attributes

Remarks

The default value is false. When false, only the logins found in the LoginsList are transferred.

Applies to