다음을 통해 공유


DatabasesList 속성

Gets or sets a StringCollection containing the databases on the source server that contain logins to be copied to the destination server.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
어셈블리:  Microsoft.SqlServer.TransferLoginsTask.dll의 Microsoft.SqlServer.TransferLoginsTask

구문

‘선언
Public Property DatabasesList As StringCollection
    Get
    Set
‘사용 방법
Dim instance As TransferLoginsTask
Dim value As StringCollection

value = instance.DatabasesList

instance.DatabasesList = value
public StringCollection DatabasesList { get; set; }
public:
virtual property StringCollection^ DatabasesList {
    StringCollection^ get () sealed;
    void set (StringCollection^ value) sealed;
}
abstract DatabasesList : StringCollection with get, set
override DatabasesList : StringCollection with get, set
final function get DatabasesList () : StringCollection
final function set DatabasesList (value : StringCollection)

속성 값

형식: System.Collections.Specialized. . :: . .StringCollection
A StringCollection that lists the databases on the source server that contains the logins to be copied to the destination server.

구현

ITransferLoginsTask. . :: . .DatabasesList

주의

This list is used when the LoginsToTransfer property is set to AllLoginsFromSelectedDatabases.