MiscellaneousFilesCollection.DataSpaceUsed Property

Gets the amount of storage space used by the miscellaneous file collection.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public ReadOnly Property DataSpaceUsed As Long
    Get
'Usage
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

Property Value

Type: System.Int64
A Long value specifying the available amount of storage space used by the MiscellaneousFilesCollection in bytes.

See Also

Reference

MiscellaneousFilesCollection Class

Microsoft.SqlServer.Management.Dac Namespace