Partager via


Propriété RestoreOptions.BufferCount

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property BufferCount As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

RestoreOptions Classe

Espace de noms Microsoft.SqlServer.Management.Smo