RestoreOptions.Blocksize プロパティ
物理ブロック サイズをバイト単位で指定します。
名前空間: 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
バイト単位の物理ブロック サイズです。