TransferSqlServerObjectsTask.CopyAllLogins Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.