BlockSize Property
Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.
The BlockSize property specifies the formatting size unit for tapes formatted as part of a backup.
Sintaxis
object.BlockSize [=value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
A long integer that represents a number of bytes
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetBlockSize(LPLONG pRetVal);
HRESULT SetBlockSize(long NewValue);
Notas
If a backup is directed to a backup device or to files, BlockSize is ignored.