Condividi tramite


Proprietà TransferLoginsTask.DatabasesList

Gets or sets a StringCollection containing the databases on the source server that contain logins to be copied to the destination server.

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

Sintassi

'Dichiarazione
Public Property DatabasesList As StringCollection 
    Get 
    Set
'Utilizzo
Dim instance As TransferLoginsTask 
Dim value As StringCollection 

value = instance.DatabasesList

instance.DatabasesList = value
public StringCollection DatabasesList { get; set; }
public:
virtual property StringCollection^ DatabasesList {
    StringCollection^ get () sealed;
    void set (StringCollection^ value) sealed;
}
abstract DatabasesList : StringCollection with get, set 
override DatabasesList : StringCollection with get, set
final function get DatabasesList () : StringCollection 
final function set DatabasesList (value : StringCollection)

Valore proprietà

Tipo: System.Collections.Specialized.StringCollection
A StringCollection that lists the databases on the source server that contains the logins to be copied to the destination server.

Implementa

ITransferLoginsTask.DatabasesList

Osservazioni

This list is used when the LoginsToTransfer property is set to AllLoginsFromSelectedDatabases.

Vedere anche

Riferimento

TransferLoginsTask Classe

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