The Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask namespace contains the classes and enumerations that allow you to copy one or more SQL Server logins from one instance of SQL Server to another.
Classes
| Class | Description |
|---|---|
| TransferLoginsTask | Provides the members and enumerations that allow you to transfer SQL Server logins from one instance of SQL Server to another. |
| TransferLoginsTask.DtsTransferLoginsException | The exception that is thrown at load time if the persisted name of the XML root node of the task is corrupt. |
Interfaces
| Interface | Description |
|---|---|
| ITransferLoginsTask |
Enumerations
| Enumeration | Description |
|---|---|
| IfObjectExists | Contains values used by the IfObjectExists property of the TransferLoginsTask to determine how to handle a transfer when the login exists at the destination. |
| LoginsToTransfer | Specifies which logins to transfer. |