Compartir a través de


TotalStorageCapacity Propiedad

Gets the storage capacity of the Utility.

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property TotalStorageCapacity As Double
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Double
A Double value that specifies the storage capacity, in megabytes, of the Utility.