LogFileAdapter Class

Definition

The LogFileAdapter interface describes the extended properties that must be implemented by log file adapters.

public ref class LogFileAdapter : Microsoft::SqlServer::Management::Facets::IDmfAdapter, Microsoft::SqlServer::Management::Sdk::Sfc::IDmfFacet, Microsoft::SqlServer::Management::Utility::ILogFilePerformanceFacet
public class LogFileAdapter : Microsoft.SqlServer.Management.Facets.IDmfAdapter, Microsoft.SqlServer.Management.Sdk.Sfc.IDmfFacet, Microsoft.SqlServer.Management.Utility.ILogFilePerformanceFacet
type LogFileAdapter = class
    interface ILogFilePerformanceFacet
    interface IDmfFacet
    interface IDmfAdapter
Public Class LogFileAdapter
Implements IDmfAdapter, IDmfFacet, ILogFilePerformanceFacet
Inheritance
LogFileAdapter
Implements

Constructors

LogFileAdapter(LogFile)

Initializes a new instance of the LogFileAdapter class for the specified log file.

Properties

SpaceUtilization

Gets the percentage amount of space used by the log file adapter.

Applies to