Proprietà Transfer.BatchSize

Gets or sets the batch size property.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Property BatchSize As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32
The batch size property.

Vedere anche

Riferimento

Transfer Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo