Propriedade do RDL DataSpaceAvailable
Gets the amount of storage space available for the miscellaneous file collection.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
Public ReadOnly Property DataSpaceAvailable As Long
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Int64
A Long value specifying the available amount of storage space available to the MiscellaneousFilesCollection in bytes.
Consulte também