Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.