Propriedade do RDL SnapshotGenerationAgent.HRBcpBlockSize
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the HR bulk copy program block size.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
Public Property HRBcpBlockSize As Integer
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Int32
The HR bulk copy program block size.