Partager via


Interface ITransferLoginsTask

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

Represents the transfer logins task.

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

Syntaxe

'Déclaration
Public Interface ITransferLoginsTask
'Utilisation
Dim instance As ITransferLoginsTask
public interface ITransferLoginsTask
public interface class ITransferLoginsTask
type ITransferLoginsTask =  interface end
public interface ITransferLoginsTask

Le type ITransferLoginsTask expose les membres suivants.

Propriétés

  Nom Description
Propriété publique CopySids Infrastructure. Gets or sets a value that indicates whether the security identifiers associated with the logins should be copied to the destination.
Propriété publique DatabasesList Infrastructure. Gets or sets a list of databases.
Propriété publique DestinationConnection Infrastructure. Gets or sets the name of connection manager for the destination database.
Propriété publique IfObjectExists Infrastructure. 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.
Propriété publique LoginsList Infrastructure. Gets or sets the names of the logins to transfer.
Propriété publique LoginsToTransfer Infrastructure. Gets or sets a value from the LoginsToTransfer enumeration indicating which logins to transfer.
Propriété publique SourceConnection Infrastructure. Gets or sets the name of the connection manager for the source database.

Haut de la page

Voir aussi

Référence

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