Utility.TotalStorageUtilization 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 amount of SQL Server Utility storage that is currently used.
public:
property double TotalStorageUtilization { double get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public double TotalStorageUtilization { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.TotalStorageUtilization : double
Public ReadOnly Property TotalStorageUtilization As Double
Property Value
A Double value that specifies the amount of storage, in megabytes, that is currently used.
- Attributes