Właściwość TransferSqlServerObjectsTask.PartitionFunctionsList
Pobiera lub ustawia Element StringCollection zawierający partycję funkcje transferu z źródłowa baza danych do docelowej bazy danych podczas CopyAllPartitionFunctions jest false.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Zestaw: Microsoft.SqlServer.TransferSqlServerObjectsTask (w Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Składnia
'Deklaracja
Public Property PartitionFunctionsList As StringCollection
Get
Set
'Użycie
Dim instance As TransferSqlServerObjectsTask
Dim value As StringCollection
value = instance.PartitionFunctionsList
instance.PartitionFunctionsList = value
public StringCollection PartitionFunctionsList { get; set; }
public:
virtual property StringCollection^ PartitionFunctionsList {
StringCollection^ get () sealed;
void set (StringCollection^ value) sealed;
}
abstract PartitionFunctionsList : StringCollection with get, set
override PartitionFunctionsList : StringCollection with get, set
final function get PartitionFunctionsList () : StringCollection
final function set PartitionFunctionsList (value : StringCollection)
Wartość właściwości
Typ: System.Collections.Specialized.StringCollection
A Element StringCollection , zawiera listę funkcji partycji do transferu.
Implementacje
Uwagi
Wartość domyślna to kolekcja ciąg pusty.