LoginsList propriété
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 (dans 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 la propriété
Type : System.Collections.Specialized. . :: . .StringCollection
A StringCollection that contains the names of the logins to transfer.