Udostępnij za pośrednictwem


Właściwość TransferSqlServerObjectsTask.SchemasList

Pobiera lub ustawia Element StringCollection zawierający listę schematów transferu z źródłowa baza danych do docelowej bazy danych podczas CopyAllSchemas jest false.

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

Składnia

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

value = instance.SchemasList

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

Wartość właściwości

Typ: System.Collections.Specialized.StringCollection
A Element StringCollection , wyświetla listę schematów do transferu.

Implementacje

ITransferSqlServerObjectsTask.SchemasList

Uwagi

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