Właściwość TransferSqlServerObjectsTask.CopyAllPartitionFunctions
Pobiera lub ustawia wartość logiczna wskazująca, czy wszystkie SQL Server partycje są przenoszone, od źródło do miejsce docelowe bazy danych lub tylko w określonej partycji.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Zestaw: Microsoft.SqlServer.TransferSqlServerObjectsTask (w Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Składnia
'Deklaracja
Public Property CopyAllPartitionFunctions As Boolean
Get
Set
'Użycie
Dim instance As TransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyAllPartitionFunctions
instance.CopyAllPartitionFunctions = value
public bool CopyAllPartitionFunctions { get; set; }
public:
virtual property bool CopyAllPartitionFunctions {
bool get () sealed;
void set (bool value) sealed;
}
abstract CopyAllPartitionFunctions : bool with get, set
override CopyAllPartitionFunctions : bool with get, set
final function get CopyAllPartitionFunctions () : boolean
final function set CopyAllPartitionFunctions (value : boolean)
Wartość właściwości
Typ: System.Boolean
TRUE wskazuje, że wszystkie SQL Server partycje są przenoszone, od źródło do miejsce docelowe bazy danych. FALSE wskazuje, że tylko obiekty znalezione w PartitionFunctionsList są przenoszone.