Freigeben über


SnapshotGenerationAgent.HRBcpDynamicBlocks-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 dynamic blocks.

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

Syntax

'Declaration
Public Property HRBcpDynamicBlocks As Boolean 
    Get 
    Set
'Usage
Dim instance As SnapshotGenerationAgent 
Dim value As Boolean 

value = instance.HRBcpDynamicBlocks

instance.HRBcpDynamicBlocks = value
public bool HRBcpDynamicBlocks { get; set; }
public:
property bool HRBcpDynamicBlocks {
    bool get ();
    void set (bool value);
}
member HRBcpDynamicBlocks : bool with get, set
function get HRBcpDynamicBlocks () : boolean 
function set HRBcpDynamicBlocks (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Ay value of the result.

Siehe auch

Verweis

SnapshotGenerationAgent Klasse

Microsoft.SqlServer.Replication-Namespace