Compartilhar via


Propriedade do RDL Volume.TotalSpaceUtilization

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

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property TotalSpaceUtilization As Single 
    Get
'Uso
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

Valor da propriedade

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

Exemplos

VC#

System.Console.WriteLine(volume.TotalSpaceUtilization);

VB

System.Console.WriteLine(volume.TotalSpace)

PowerShell

Write-Host $volume.TotalSpace 

Consulte também

Referência

Volume Classe

Namespace Microsoft.SqlServer.Management.Utility