Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: System.Boolean
true if the security identifiers associated with logins are copied; otherwise, false.