Share via


RestoreOptions.Blocksize Property

Specifies the physical block size, in bytes.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public Property Blocksize As Integer 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

RestoreOptions Class

Microsoft.SqlServer.Management.Smo Namespace