Udostępnij za pośrednictwem


Właściwość TransferSqlServerObjectsTask.LoginsList

Pobiera lub ustawia Element StringCollection zawierających SQL Server logowania do transferu z źródłowa baza danych do docelowej bazy danych podczas CopyAllLogins jest false.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Zestaw:  Microsoft.SqlServer.TransferSqlServerObjectsTask (w Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Składnia

'Deklaracja
Public Property LoginsList As StringCollection
    Get
    Set
'Użycie
Dim instance As TransferSqlServerObjectsTask
Dim value As StringCollection

value = instance.LoginsList

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

Wartość właściwości

Typ: System.Collections.Specialized.StringCollection
A Element StringCollection , zawiera listę identyfikatorów logowania do transferu.

Implementacje

ITransferSqlServerObjectsTask.LoginsList

Uwagi

Wartość domyślna to kolekcja ciąg pusty.