Share via


ILogFilePerformanceFacet.SpaceUtilization Property

Gets the space utilization of the log file.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Syntax

'Declaration
<DisplayDescriptionKeyAttribute("SpaceUtilizationDesc")> _
<DisplayNameKeyAttribute("SpaceUtilizationName")> _
ReadOnly Property SpaceUtilization As Double 
    Get
'Usage
Dim instance As ILogFilePerformanceFacet 
Dim value As Double 

value = instance.SpaceUtilization
[DisplayDescriptionKeyAttribute("SpaceUtilizationDesc")]
[DisplayNameKeyAttribute("SpaceUtilizationName")]
double SpaceUtilization { get; }
[DisplayDescriptionKeyAttribute(L"SpaceUtilizationDesc")]
[DisplayNameKeyAttribute(L"SpaceUtilizationName")]
property double SpaceUtilization {
    double get ();
}
[<DisplayDescriptionKeyAttribute("SpaceUtilizationDesc")>]
[<DisplayNameKeyAttribute("SpaceUtilizationName")>]
abstract SpaceUtilization : float
function get SpaceUtilization () : double

Property Value

Type: System.Double
A Double value that specifies the log file space utilization

Examples

VC#

System.Console.WriteLine(processor.Architecture);

VB

System.Console.WriteLine(processor.Architecture)

PowerShell

Write-Host $processor.Architecture 

See Also

Reference

ILogFilePerformanceFacet Interface

Microsoft.SqlServer.Management.Utility Namespace