หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.