Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the largest unit of transfer in bytes to be used between the backup media and SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property MaxTransferSize As Integer
Get
Set
'Usage
Dim instance As RestoreOptions
Dim value As Integer
value = instance.MaxTransferSize
instance.MaxTransferSize = value
public int MaxTransferSize { get; set; }
public:
property int MaxTransferSize {
int get ();
void set (int value);
}
member MaxTransferSize : int with get, set
function get MaxTransferSize () : int
function set MaxTransferSize (value : int)
Property Value
Type: System.Int32
The size of the max transfer.