Share via


LoginsToTransfer Enumeration

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.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask Namespace