Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies which logins to transfer.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Assembly: Microsoft.SqlServer.TransferLoginsTask (in microsoft.sqlserver.transferloginstask.dll)
Syntax
'Declaration
Public Enumeration LoginsToTransfer
public enum LoginsToTransfer
public enum class LoginsToTransfer
public enum LoginsToTransfer
public enum LoginsToTransfer
Members
| Member name | Description |
|---|---|
| AllLogins | Transfer all logins. |
| AllLoginsFromSelectedDatabases | Transfer logins that have access to specific databases. The specific logins are found in the LoginsList. |
| SelectedLogins | Transfer only specific logins. The list is retrieved from the DatabasesList property. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.