Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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 | |
|---|---|---|
![]() |
CopySids | Infraestrutura. Gets or sets a value that indicates whether the security identifiers associated with the logins should be copied to the destination. |
![]() |
DatabasesList | Infraestrutura. Gets or sets a list of databases. |
![]() |
DestinationConnection | Infraestrutura. Gets or sets the name of connection manager for the destination database. |
![]() |
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. |
![]() |
LoginsList | Infraestrutura. Gets or sets the names of the logins to transfer. |
![]() |
LoginsToTransfer | Infraestrutura. Gets or sets a value from the LoginsToTransfer enumeration indicating which logins to transfer. |
![]() |
SourceConnection | Infraestrutura. Gets or sets the name of the connection manager for the source database. |
Início
.gif)