Condividi tramite


Proprietà ITransferLoginsTask.CopySids

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets a value that indicates whether the security identifiers associated with the logins should be copied to the destination.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Assembly:  Microsoft.SqlServer.TransferLoginsTask (in Microsoft.SqlServer.TransferLoginsTask.dll)

Sintassi

'Dichiarazione
Property CopySids As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

ITransferLoginsTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask