Freigeben über


SnapshotGenerationAgent.HRBcpBlockSize-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the HR bulk copy program block size.

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)

Eigenschaftswert

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

Siehe auch

Verweis

SnapshotGenerationAgent Klasse

Microsoft.SqlServer.Replication-Namespace