Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or setsa Boolean indicating whether the security identifiers associated with the logins should be copied to the destination.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Ensamblado: Microsoft.SqlServer.TransferLoginsTask (en Microsoft.SqlServer.TransferLoginsTask.dll)
Sintaxis
'Declaración
Public Property CopySids As Boolean
Get
Set
'Uso
Dim instance As TransferLoginsTask
Dim value As Boolean
value = instance.CopySids
instance.CopySids = value
public bool CopySids { get; set; }
public:
virtual property bool CopySids {
bool get () sealed;
void set (bool value) sealed;
}
abstract CopySids : bool with get, set
override CopySids : bool with get, set
final function get CopySids () : boolean
final function set CopySids (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
true if the security identifiers associated with the logins are copied.
Implementa
Comentarios
If this task is used in conjunction with attaching a database, this CopySids property must be true or the logins will not be recognized by the newly attached database.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask