Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or set the number of rows to send to the Distributor in a bulk copy operation.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property BcpBatchSize As Integer
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Int32
The number of rows to send.