Bagikan melalui


Transfer.BatchSize Property

Gets or sets the batch size property.

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

Syntax

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

Property Value

Type: System.Int32
The batch size property.

See Also

Reference

Transfer Class

Microsoft.SqlServer.Management.Smo Namespace