Dela via


LoginsToTransfer Enum

Definition

Specifies which logins to transfer.

public enum class LoginsToTransfer
public enum LoginsToTransfer
type LoginsToTransfer = 
Public Enum LoginsToTransfer
Inheritance
LoginsToTransfer

Fields

Name Value Description
AllLogins 0

Transfer all logins.

SelectedLogins 1

Transfer only specific logins. The specific logins are found in the LoginsList.

AllLoginsFromSelectedDatabases 2

Transfer logins when the default database associated with each login defined in the source connection matches the database included in list of databases. The list is retrieved from the DatabasesList property.

Applies to