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.