Compartir a través de


Volume.TotalSpace Propiedad

Gets the total storage capacity of the volume in megabytes.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property TotalSpace As Single 
    Get
'Uso
Dim instance As Volume 
Dim value As Single 

value = instance.TotalSpace
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public float TotalSpace { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property float TotalSpace {
    float get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member TotalSpace : float32
function get TotalSpace () : float

Valor de la propiedad

Tipo: System.Single
A Double object value that represents the total storage capacity of the volume in megabytes.

Ejemplos

VC#

System.Console.WriteLine(volume.TotalSpace);

VB

System.Console.WriteLine(volume.TotalSpace)

PowerShell

Write-Host $volume.TotalSpace 

Vea también

Referencia

Volume Clase

Espacio de nombres Microsoft.SqlServer.Management.Utility