Partager via


Propriété ITransferLoginsTask.CopySids

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Assembly :  Microsoft.SqlServer.TransferLoginsTask (en Microsoft.SqlServer.TransferLoginsTask.dll)

Syntaxe

'Déclaration
Property CopySids As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ITransferLoginsTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask