Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the names of the logins to transfer.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Assembly: Microsoft.SqlServer.TransferLoginsTask (in Microsoft.SqlServer.TransferLoginsTask.dll)
Syntax
'Declaration
Property LoginsList As StringCollection
Get
Set
'Usage
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)
Property Value
Type: System.Collections.Specialized.StringCollection
The names of the logins to transfer.