Freigeben über


SnapshotGenerationAgent.HRBcpBlocks-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 blocks.

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

Syntax

'Declaration
Public Property HRBcpBlocks As Integer 
    Get 
    Set
'Usage
Dim instance As SnapshotGenerationAgent 
Dim value As Integer 

value = instance.HRBcpBlocks

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

Eigenschaftswert

Typ: System.Int32
The HR bulk copy program blocks.

Siehe auch

Verweis

SnapshotGenerationAgent Klasse

Microsoft.SqlServer.Replication-Namespace