LoginsToTransfer Enum

Definition

Specifies which logins to transfer.

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

Fields

AllLogins 0

Transfer all logins.

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.

SelectedLogins 1

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

Applies to