ITransferLoginsTask Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the transfer logins task.
Assembly: Microsoft.SqlServer.TransferLoginsTask (in Microsoft.SqlServer.TransferLoginsTask.dll)
| Name | Description | |
|---|---|---|
![]() | CopySids | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the security identifiers associated with the logins should be copied to the destination. |
![]() | DatabasesList | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a list of databases. |
![]() | DestinationConnection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of connection manager for the destination database. |
![]() | IfObjectExists | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the names of the logins to transfer. |
![]() | LoginsToTransfer | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value from the LoginsToTransfer enumeration indicating which logins to transfer. |
![]() | SourceConnection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the connection manager for the source database. |
