Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether all the SQL Server logins are copied from the source database to the target database.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Property CopyAllLogins As Boolean
Get
Set
'Usage
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyAllLogins
instance.CopyAllLogins = value
bool CopyAllLogins { get; set; }
property bool CopyAllLogins {
bool get ();
void set (bool value);
}
abstract CopyAllLogins : bool with get, set
function get CopyAllLogins () : boolean
function set CopyAllLogins (value : boolean)
Property Value
Type: System.Boolean
true if all the SQL Server logins are copied from the source database to the target database; otherwise, false.
See Also
Reference
ITransferSqlServerObjectsTask Interface
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace