Właściwość ITransferSqlServerObjectsTask.CopyAllPartitionFunctions
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Zestaw: Microsoft.SqlServer.TransferSqlServerObjectsTask (w Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Składnia
'Deklaracja
Property CopyAllPartitionFunctions As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean