Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the storage capacity of the Utility.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property TotalStorageCapacity As Double
Get
'Usage
Dim instance As Utility
Dim value As Double
value = instance.TotalStorageCapacity
[SfcPropertyAttribute(Data = true)]
public double TotalStorageCapacity { get; }
[SfcPropertyAttribute(Data = true)]
public:
property double TotalStorageCapacity {
double get ();
}
[<SfcPropertyAttribute(Data = true)>]
member TotalStorageCapacity : float
function get TotalStorageCapacity () : double
Property Value
Type: System.Double
A Double value that specifies the storage capacity, in megabytes, of the Utility.