IDataFilePerformanceFacet.SpaceUtilization Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the space used by the file in bytes.
public:
property double SpaceUtilization { double get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("SpaceUtilizationDesc")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("SpaceUtilizationName")]
public double SpaceUtilization { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("SpaceUtilizationDesc")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("SpaceUtilizationName")>]
member this.SpaceUtilization : double
Public ReadOnly Property SpaceUtilization As Double
Property Value
A Int64 value that specifies the space used in bytes.
- Attributes