Freigeben über


ITransferLoginsTask.CopySids-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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 (in Microsoft.SqlServer.TransferLoginsTask.dll)

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

ITransferLoginsTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask-Namespace