다음을 통해 공유


LogFile.UsedSpace 속성

Gets the amount of used space in the log file in KB.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property UsedSpace As Double 
    Get
‘사용 방법
Dim instance As LogFile 
Dim value As Double 

value = instance.UsedSpace
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public double UsedSpace { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
property double UsedSpace {
    double get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
member UsedSpace : float
function get UsedSpace () : double

속성 값

유형: System.Double
A Float64 value that specifies the amount of used space in the log file in KB.

파일 그룹 및 파일을 사용하여 데이터 저장

참고 항목

참조

LogFile 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

CREATE DATABASE(Transact-SQL)