Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.