BlockSize Property

Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

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

Syntax

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

Hinweise

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

Applies To: