BufferCount 属性

Gets or sets the total number of I/O buffers to be used for the backup or restore operation.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)

语法

public int BufferCount { get; set; }

属性值

类型:System. . :: . .Int32
An Int32 value that specifies the total number of I/O buffers to be used for the backup operation.

注释

You can specify any positive integer. Using a lot of buffers might cause "out of memory" errors because of insufficient virtual address space in the Sqlservr.exe process.

The total buffer space used is the following product: buffercount * maxtransfersize.