共用方式為


RestoreOptions.Blocksize 屬性

Specifies the physical block size, in bytes.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)

語法

'宣告
Public Property Blocksize As Integer 
    Get 
    Set
'用途
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)

屬性值

型別:System.Int32
the physical block size, in bytes.

請參閱

參考

RestoreOptions 類別

Microsoft.SqlServer.Management.Smo 命名空間