TransferSqlServerObjectsTask.CopyAllPartitionFunctions 属性

定义

获取或设置一个布尔值,该值指示是将所有SQL Server分区从源传输到目标数据库,还是仅传输指定的分区。

public:
 property bool CopyAllPartitionFunctions { bool get(); void set(bool value); };
public bool CopyAllPartitionFunctions { get; set; }
member this.CopyAllPartitionFunctions : bool with get, set
Public Property CopyAllPartitionFunctions As Boolean

属性值

true 表示所有SQL Server分区都从源传输到目标数据库。 false 表示只传输在 PartitionFunctionsList 中找到的对象。

实现

适用于