Partager via


Propriété BcpBatchSize

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Property BcpBatchSize As Integer
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .Int32