Compartir a través de


SnapshotGenerationAgent.HRBcpBlockSize Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the HR bulk copy program block size.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Public Property HRBcpBlockSize As Integer 
    Get 
    Set
'Uso
Dim instance As SnapshotGenerationAgent 
Dim value As Integer 

value = instance.HRBcpBlockSize

instance.HRBcpBlockSize = value
public int HRBcpBlockSize { get; set; }
public:
property int HRBcpBlockSize {
    int get ();
    void set (int value);
}
member HRBcpBlockSize : int with get, set
function get HRBcpBlockSize () : int 
function set HRBcpBlockSize (value : int)

Valor de la propiedad

Tipo: System.Int32
The HR bulk copy program block size.

Vea también

Referencia

SnapshotGenerationAgent Clase

Espacio de nombres Microsoft.SqlServer.Replication