Partager via


Propriété Transfer.BatchSize

Gets or sets the batch size property.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property BatchSize As Integer 
    Get 
    Set
'Utilisation
Dim instance As Transfer 
Dim value As Integer 

value = instance.BatchSize

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

Valeur de propriété

Type : System.Int32
The batch size property.

Voir aussi

Référence

Transfer Classe

Espace de noms Microsoft.SqlServer.Management.Smo