RestoreOptions.BufferCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.