Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a list of databases.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Assembly: Microsoft.SqlServer.TransferLoginsTask (in Microsoft.SqlServer.TransferLoginsTask.dll)
Syntax
'Declaration
Property DatabasesList As StringCollection
Get
Set
'Usage
Dim instance As ITransferLoginsTask
Dim value As StringCollection
value = instance.DatabasesList
instance.DatabasesList = value
StringCollection DatabasesList { get; set; }
property StringCollection^ DatabasesList {
StringCollection^ get ();
void set (StringCollection^ value);
}
abstract DatabasesList : StringCollection with get, set
function get DatabasesList () : StringCollection
function set DatabasesList (value : StringCollection)
Property Value
Type: System.Collections.Specialized.StringCollection
A list of databases.