MiscellaneousFilesCollection.DataSpaceAvailable Property

Gets the amount of storage space available for 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 DataSpaceAvailable As Long
    Get
'Usage
Dim instance As MiscellaneousFilesCollection
Dim value As Long

value = instance.DataSpaceAvailable
public long DataSpaceAvailable { get; }
public:
property long long DataSpaceAvailable {
    long long get ();
}
member DataSpaceAvailable : int64
function get DataSpaceAvailable () : long

Property Value

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

See Also

Reference

MiscellaneousFilesCollection Class

Microsoft.SqlServer.Management.Dac Namespace