Proprietà UsedSpace
Gets the amount of used space in the log file in KB.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property UsedSpace As Double
Get
'Utilizzo
Dim instance As LogFile
Dim value As Double
value = instance.UsedSpace
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public double UsedSpace { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property double UsedSpace {
double get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member UsedSpace : float
function get UsedSpace () : double
Valore proprietà
Tipo: System. . :: . .Double
A Float64 value that specifies the amount of used space in the log file in KB.
Vedere anche