LoginsToTransfer Enumeration
Specifies which logins to transfer.
Assembly: Microsoft.SqlServer.TransferLoginsTask (in Microsoft.SqlServer.TransferLoginsTask.dll)
Member name | Description | |
---|---|---|
AllLogins | Transfer all logins. | |
AllLoginsFromSelectedDatabases | 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 | Transfer only specific logins. The specific logins are found in the LoginsList. |
Show: