Freigeben über


TransferLoginsTask.LoginsList-Eigenschaft

Gets or sets a StringCollection that contains the names of the logins to transfer.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Assembly:  Microsoft.SqlServer.TransferLoginsTask (in Microsoft.SqlServer.TransferLoginsTask.dll)

Syntax

'Declaration
Public Property LoginsList As StringCollection 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Collections.Specialized.StringCollection
A StringCollection that contains the names of the logins to transfer.

Implementiert

ITransferLoginsTask.LoginsList

Hinweise

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

Siehe auch

Verweis

TransferLoginsTask Klasse

Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask-Namespace