DataSpaceUsed 속성
Gets the amount of storage space used by the miscellaneous file collection.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public ReadOnly Property DataSpaceUsed As Long
Get
‘사용 방법
Dim instance As MiscellaneousFilesCollection
Dim value As Long
value = instance.DataSpaceUsed
public long DataSpaceUsed { get; }
public:
property long long DataSpaceUsed {
long long get ();
}
member DataSpaceUsed : int64
function get DataSpaceUsed () : long
속성 값
유형: System. . :: . .Int64
A Long value specifying the available amount of storage space used by the MiscellaneousFilesCollection in bytes.