Partilhar via


Propriedade do RDL Transfer.BatchSize

Gets or sets the batch size property.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
Public Property BatchSize As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int32
The batch size property.

Consulte também

Referência

Transfer Classe

Namespace Microsoft.SqlServer.Management.Smo