Udostępnij za pośrednictwem


Właściwość TransferSqlServerObjectsTask.PartitionSchemesList

Pobiera lub ustawia Element StringCollection zawierający partycję systemy transferu z źródłowa baza danych do docelowej bazy danych podczas CopyAllPartitionSchemes jest false.

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

Składnia

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

value = instance.PartitionSchemesList

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

Wartość właściwości

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

Implementacje

ITransferSqlServerObjectsTask.PartitionSchemesList

Uwagi

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