Partager via


Propriété ITransferLoginsTask.LoginsList

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets 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
Property LoginsList As StringCollection 
    Get 
    Set
'Utilisation
Dim instance As ITransferLoginsTask 
Dim value As StringCollection 

value = instance.LoginsList

instance.LoginsList = value
StringCollection LoginsList { get; set; }
property StringCollection^ LoginsList {
    StringCollection^ get ();
    void set (StringCollection^ value);
}
abstract LoginsList : StringCollection with get, set
function get LoginsList () : StringCollection 
function set LoginsList (value : StringCollection)

Valeur de propriété

Type : System.Collections.Specialized.StringCollection
The names of the logins to transfer.

Voir aussi

Référence

ITransferLoginsTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask