Propriedade do RDL AvailableSpace
Gets the amount of available space in the data file in KB.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property AvailableSpace As Double
Get
'Uso
Dim instance As DataFile
Dim value As Double
value = instance.AvailableSpace
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public double AvailableSpace { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property double AvailableSpace {
double get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member AvailableSpace : float
function get AvailableSpace () : double
Valor da propriedade
Tipo: System. . :: . .Double
A Float64 value that specifies the available space in KB.
Consulte também