Compartilhar via


Propriedade do RDL ITransferSqlServerObjectsTask.CopyAllUsers

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets a value that indicates whether all the SQL Server database users are copied from the source database to the target database.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly:  Microsoft.SqlServer.TransferSqlServerObjectsTask (em Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintaxe

'Declaração
Property CopyAllUsers As Boolean 
    Get 
    Set
'Uso
Dim instance As ITransferSqlServerObjectsTask 
Dim value As Boolean 

value = instance.CopyAllUsers

instance.CopyAllUsers = value
bool CopyAllUsers { get; set; }
property bool CopyAllUsers {
    bool get ();
    void set (bool value);
}
abstract CopyAllUsers : bool with get, set
function get CopyAllUsers () : boolean 
function set CopyAllUsers (value : boolean)

Valor da propriedade

Tipo: System.Boolean
true if all the SQL Server database users are copied from the source database to the target database; otherwise, false.

Consulte também

Referência

ITransferSqlServerObjectsTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask