SnapshotGenerationAgent.HRBcpBlockSize Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property HRBcpBlockSize As Integer
    Get
    Set
'Usage
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)

Property Value

Type: System.Int32