Partilhar via


Propriedade do RDL ITransferLoginsTask.CopySids

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 the security identifiers associated with the logins should be copied to the destination.

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

Sintaxe

'Declaração
Property CopySids As Boolean 
    Get 
    Set
'Uso
Dim instance As ITransferLoginsTask 
Dim value As Boolean 

value = instance.CopySids

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

Valor da propriedade

Tipo: System.Boolean
true if the security identifiers associated with logins are copied; otherwise, false.

Consulte também

Referência

ITransferLoginsTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask