Compartilhar via


BlockSize Property

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.

The BlockSize property specifies the formatting size unit for tapes formatted as part of a backup.

Sintaxe

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);

Comentários

If a backup is directed to a backup device or to files, BlockSize is ignored.

Applies To: