Свойство AvailableSpace
Gets the amount of available space in the data file in KB.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property AvailableSpace As Double
Get
'Применение
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
Значение свойства
Тип System. . :: . .Double
A Float64 value that specifies the available space in KB.
См. также