RestoreOptions.BufferCount 属性

Specifies the total number of I/O buffers to be used for the restore operation.

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

语法

声明
Public Property BufferCount As Integer 
    Get 
    Set
用法
Dim instance As RestoreOptions 
Dim value As Integer 

value = instance.BufferCount

instance.BufferCount = value
public int BufferCount { get; set; }
public:
property int BufferCount {
    int get ();
    void set (int value);
}
member BufferCount : int with get, set
function get BufferCount () : int 
function set BufferCount (value : int)

属性值

类型:System.Int32
The total number of I/O buffers to be used for the restore operation.

请参阅

参考

RestoreOptions 类

Microsoft.SqlServer.Management.Smo 命名空间