Condividi tramite


SpaceAllocatedOnFiles Property

Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.

The SpaceAllocatedOnFiles property returns the total disk resource allocated for transaction log implementing files.

Sintassi

object.SpaceAllocatedOnFiles(Database)

Parts

  • object
    An expression that evaluates to an object in the Applies To list

  • Database
    A string that identifies a Microsoft SQL Server database by name

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetSpaceAllocatedOnFiles(SQLDMO_LPCSTR strDatabase,LPLONG pRetVal);

Osservazioni

The return value of SpaceAllocatedOnFilesrepresents a number of kilobytes.

Applies To: