Compartilhar via


Interface ITransferLoginsTask

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents the transfer logins task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Assembly:  Microsoft.SqlServer.TransferLoginsTask (em Microsoft.SqlServer.TransferLoginsTask.dll)

Sintaxe

'Declaração
Public Interface ITransferLoginsTask
'Uso
Dim instance As ITransferLoginsTask
public interface ITransferLoginsTask
public interface class ITransferLoginsTask
type ITransferLoginsTask =  interface end
public interface ITransferLoginsTask

O tipo ITransferLoginsTask expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública CopySids Infraestrutura. Gets or sets a value that indicates whether the security identifiers associated with the logins should be copied to the destination.
Propriedade pública DatabasesList Infraestrutura. Gets or sets a list of databases.
Propriedade pública DestinationConnection Infraestrutura. Gets or sets the name of connection manager for the destination database.
Propriedade pública IfObjectExists Infraestrutura. 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.
Propriedade pública LoginsList Infraestrutura. Gets or sets the names of the logins to transfer.
Propriedade pública LoginsToTransfer Infraestrutura. Gets or sets a value from the LoginsToTransfer enumeration indicating which logins to transfer.
Propriedade pública SourceConnection Infraestrutura. Gets or sets the name of the connection manager for the source database.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask