Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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)
Property Value
Type: System.Collections.Specialized.StringCollection
A StringCollection that contains the names of the logins to transfer.
Implements
ITransferLoginsTask.LoginsList
Remarks
This list is used when the LoginsToTransfer property is set to SelectedLogins.