Compartir a través de


HRBcpBlockSize Propiedad

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

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