Поделиться через


Свойство CopyAllPartitionFunctions

Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Сборка:  Microsoft.SqlServer.TransferSqlServerObjectsTask (в Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Синтаксис

'Декларация
Property CopyAllPartitionFunctions As Boolean
    Get
    Set
'Применение
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean

value = instance.CopyAllPartitionFunctions

instance.CopyAllPartitionFunctions = value
bool CopyAllPartitionFunctions { get; set; }
property bool CopyAllPartitionFunctions {
    bool get ();
    void set (bool value);
}
abstract CopyAllPartitionFunctions : bool with get, set
function get CopyAllPartitionFunctions () : boolean
function set CopyAllPartitionFunctions (value : boolean)

Значение свойства

Тип: System. . :: . .Boolean