Propriété Volume.TotalSpaceUtilization

Gets the space used as a percentage of the total storage capacity of the volume.

Espace de noms :  Microsoft.SqlServer.Management.Utility
Assembly :  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property TotalSpaceUtilization As Single 
    Get
'Utilisation
Dim instance As Volume 
Dim value As Single 

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

Valeur de propriété

Type : System.Single
A Double object value that specifies the spaced used as a percentage of the total storage capacity of the volume.

Exemples

VC#

System.Console.WriteLine(volume.TotalSpaceUtilization);

VB

System.Console.WriteLine(volume.TotalSpace)

PowerShell

Write-Host $volume.TotalSpace 

Voir aussi

Référence

Volume Classe

Espace de noms Microsoft.SqlServer.Management.Utility