DataSpaceAvailable Propiedad
Gets the amount of storage space available for the miscellaneous file collection.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Int64
A Long value specifying the available amount of storage space available to the MiscellaneousFilesCollection in bytes.
Vea también