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.