Condividi tramite


Enumerazione LoginsToTransfer

Specifies which logins to transfer.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Assembly:  Microsoft.SqlServer.TransferLoginsTask (in Microsoft.SqlServer.TransferLoginsTask.dll)

Sintassi

'Dichiarazione
Public Enumeration LoginsToTransfer
'Utilizzo
Dim instance As LoginsToTransfer
public enum LoginsToTransfer
public enum class LoginsToTransfer
type LoginsToTransfer
public enum LoginsToTransfer

Membri

Nome membro Descrizione
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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask