Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets a StringCollection that contains the names of the logins to transfer.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Assembly : Microsoft.SqlServer.TransferLoginsTask (en Microsoft.SqlServer.TransferLoginsTask.dll)
Syntaxe
'Déclaration
Public Property LoginsList As StringCollection
Get
Set
'Utilisation
Dim instance As TransferLoginsTask
Dim value As StringCollection
value = instance.LoginsList
instance.LoginsList = value
public StringCollection LoginsList { get; set; }
public:
virtual property StringCollection^ LoginsList {
StringCollection^ get () sealed;
void set (StringCollection^ value) sealed;
}
abstract LoginsList : StringCollection with get, set
override LoginsList : StringCollection with get, set
final function get LoginsList () : StringCollection
final function set LoginsList (value : StringCollection)
Valeur de propriété
Type : System.Collections.Specialized.StringCollection
A StringCollection that contains the names of the logins to transfer.
Implémente
ITransferLoginsTask.LoginsList
Notes
This list is used when the LoginsToTransfer property is set to SelectedLogins.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask