Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the largest unit of transfer in bytes to be used between the backup media and SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
Public Property MaxTransferSize As Integer
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Int32
The size of the max transfer.