Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.