BlockSize Property
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The BlockSize property specifies the formatting size unit for tapes formatted as part of a backup.
Syntaxe
object
.BlockSize [=value]
Parts
- object
An expression that evaluates to an object in the Applies To list
- value
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);
Notes
If a backup is directed to a backup device or to files, BlockSize is ignored.
Applies To:
|