Partilhar via


Propriedade do RDL RestoreOptions.Blocksize

Specifies the physical block size, in bytes.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
Public Property Blocksize As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int32
the physical block size, in bytes.

Consulte também

Referência

RestoreOptions Classe

Namespace Microsoft.SqlServer.Management.Smo