Condividi tramite


Proprietà RestoreOptions.Blocksize

Specifies the physical block size, in bytes.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Property Blocksize As Integer 
    Get 
    Set
'Utilizzo
Dim instance As RestoreOptions 
Dim value As Integer 

value = instance.Blocksize

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

Valore proprietà

Tipo: System.Int32
the physical block size, in bytes.

Vedere anche

Riferimento

RestoreOptions Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo