Udostępnij za pośrednictwem


Właściwość TransferSqlServerObjectsTask.TablesList

Pobiera lub ustawia Element StringCollection listą tabel podczas transferu CopyAllTables jest false.

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

Składnia

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

value = instance.TablesList

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

Wartość właściwości

Typ: System.Collections.Specialized.StringCollection
A Element StringCollection , zawiera listę tabel do transferu.

Implementacje

ITransferSqlServerObjectsTask.TablesList

Uwagi

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