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


Свойство ISnapshotGenerationAgent.BcpBatchSize

Gets or set the number of rows to send to the Distributor in a bulk copy operation.

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

Синтаксис

'Декларация
Property BcpBatchSize As Integer 
    Get 
    Set
'Применение
Dim instance As ISnapshotGenerationAgent 
Dim value As Integer 

value = instance.BcpBatchSize

instance.BcpBatchSize = value
int BcpBatchSize { get; set; }
property int BcpBatchSize {
    int get ();
    void set (int value);
}
abstract BcpBatchSize : int with get, set
function get BcpBatchSize () : int 
function set BcpBatchSize (value : int)

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

Тип: System.Int32
The number of rows to send.

См. также

Справочник

ISnapshotGenerationAgent Интерфейс

Пространство имен Microsoft.SqlServer.Replication