ILogFilePerformanceFacet.SpaceUtilization Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the space utilization of the log file.
public:
property double SpaceUtilization { double get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("SpaceUtilizationDesc")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("SpaceUtilizationName")]
public double SpaceUtilization { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("SpaceUtilizationDesc")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("SpaceUtilizationName")>]
member this.SpaceUtilization : double
Public ReadOnly Property SpaceUtilization As Double
Property Value
A Double value that specifies the log file space utilization
- Attributes
Examples
VC#
System.Console.WriteLine(processor.Architecture);
VB
System.Console.WriteLine(processor.Architecture)
PowerShell
Write-Host $processor.Architecture