Partager via


Propriété SnapshotGenerationAgent.HRBcpBlockSize

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the HR bulk copy program block size.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Public Property HRBcpBlockSize As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

SnapshotGenerationAgent Classe

Espace de noms Microsoft.SqlServer.Replication