SQLServer.Database.TransactionLog Object
Returns the total amount of storage space this transaction log has allocated on the specified device.
lAllocated = TransactionLog.SpaceAllocatedOnDevice ( [DeviceName :=] idDevice )
HRESULT pTransactionLog->GetSpaceAllocatedOnDevice (
SQLOLE_LPCSTR idDevice,
LPLONG plAllocated );
Element | Type | Description |
---|
lAllocated | Long | Total allocated storage space in megabytes |
idDevice | Identifier | Device name |
This is an indexed property.