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