Share via


Utility.TotalStorageUtilization Property

Gets the amount of SQL Server Utility storage that is currently used.

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

Syntax

'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property TotalStorageUtilization As Double 
    Get
'Usage
Dim instance As Utility 
Dim value As Double 

value = instance.TotalStorageUtilization
[SfcPropertyAttribute(Data = true)]
public double TotalStorageUtilization { get; }
[SfcPropertyAttribute(Data = true)]
public:
property double TotalStorageUtilization {
    double get ();
}
[<SfcPropertyAttribute(Data = true)>]
member TotalStorageUtilization : float
function get TotalStorageUtilization () : double

Property Value

Type: System.Double
A Double value that specifies the amount of storage, in megabytes, that is currently used.

See Also

Reference

Utility Class

Microsoft.SqlServer.Management.Utility Namespace