Compartir a través de


Interfaz ITransferLoginsTask

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents the transfer logins task.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Ensamblado:  Microsoft.SqlServer.TransferLoginsTask (en Microsoft.SqlServer.TransferLoginsTask.dll)

Sintaxis

'Declaración
Public Interface ITransferLoginsTask
'Uso
Dim instance As ITransferLoginsTask
public interface ITransferLoginsTask
public interface class ITransferLoginsTask
type ITransferLoginsTask =  interface end
public interface ITransferLoginsTask

El tipo ITransferLoginsTask expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CopySids Infraestructura. Gets or sets a value that indicates whether the security identifiers associated with the logins should be copied to the destination.
Propiedad pública DatabasesList Infraestructura. Gets or sets a list of databases.
Propiedad pública DestinationConnection Infraestructura. Gets or sets the name of connection manager for the destination database.
Propiedad pública IfObjectExists Infraestructura. Gets or sets a value from the IfObjectExists enumeration indicating whether the task should fail, ignore the existing login, or skip the transfer of the login, if a login of the same name exists at the destination.
Propiedad pública LoginsList Infraestructura. Gets or sets the names of the logins to transfer.
Propiedad pública LoginsToTransfer Infraestructura. Gets or sets a value from the LoginsToTransfer enumeration indicating which logins to transfer.
Propiedad pública SourceConnection Infraestructura. Gets or sets the name of the connection manager for the source database.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask