Proprietà SnapshotGenerationAgent.HRBcpBlocks
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the HR bulk copy program blocks.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
Public Property HRBcpBlocks As Integer
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Int32
The HR bulk copy program blocks.