The SpaceAllocatedOnFiles property returns the total disk resource allocated for transaction log implementing files.
object.SpaceAllocatedOnFiles( Database )
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| Database | String identifying a Microsoft® SQL Server™ database by name |
The return value of SpaceAllocatedOnFiles represents a number of megabytes.
Long
Read-only
HRESULT GetSpaceAllocatedOnFiles(
SQLDMO_LPCSTR strDatabase,
LPLONG pRetVal);