RestoreOptions.BufferCount Property

Definition

BUFFERCOUNT Specifies the total number of I/O buffers to be used for the restore operation. Large numbers of buffers might cause "out of memory" errors because of inadequate virtual address space in the Sqlservr.exe process.

public int BufferCount { get; set; }
member this.BufferCount : int with get, set
Public Property BufferCount As Integer

Property Value

The buffer count.

Applies to