Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the percentage amount of space used by the log file adapter.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Public ReadOnly Property SpaceUtilization As Double
Get
'Usage
Dim instance As LogFileAdapter
Dim value As Double
value = instance.SpaceUtilization
public double SpaceUtilization { get; }
public:
virtual property double SpaceUtilization {
double get () sealed;
}
abstract SpaceUtilization : float
override SpaceUtilization : float
final function get SpaceUtilization () : double
Property Value
Type: System.Double
A Double value that indicates the percentage of space used.
Implements
ILogFilePerformanceFacet.SpaceUtilization