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.