AvailableSpace Propiedad
Gets the amount of available space in the data file in KB.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property AvailableSpace As Double
Get
'Uso
Dim instance As DataFile
Dim value As Double
value = instance.AvailableSpace
[SfcPropertyAttribute]
public double AvailableSpace { get; }
[SfcPropertyAttribute]
public:
property double AvailableSpace {
double get ();
}
[<SfcPropertyAttribute>]
member AvailableSpace : float
function get AvailableSpace () : double
Valor de la propiedad
Tipo: System. . :: . .Double
A Float64 value that specifies the available space in KB.
Vea también