Compartilhar via


Propriedade do RDL ISnapshotGenerationAgent.MaxBcpThreads

Gets or sets the number of bulk copy operations that can be performed in parallel.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
Property MaxBcpThreads As Integer 
    Get 
    Set
'Uso
Dim instance As ISnapshotGenerationAgent 
Dim value As Integer 

value = instance.MaxBcpThreads

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

Valor da propriedade

Tipo: System.Int32
The number of parallel threads.

Consulte também

Referência

ISnapshotGenerationAgent Interface

Namespace Microsoft.SqlServer.Replication