LogFileAdapter Class

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

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Utility.LogFileAdapter

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Syntax

'Declaration
Public Class LogFileAdapter _
    Implements ILogFilePerformanceFacet, IDmfFacet, IDmfAdapter
'Usage
Dim instance As LogFileAdapter
public class LogFileAdapter : ILogFilePerformanceFacet, 
    IDmfFacet, IDmfAdapter
public ref class LogFileAdapter : ILogFilePerformanceFacet, 
    IDmfFacet, IDmfAdapter
type LogFileAdapter =  
    class
        interface ILogFilePerformanceFacet
        interface IDmfFacet
        interface IDmfAdapter
    end
public class LogFileAdapter implements ILogFilePerformanceFacet, IDmfFacet, IDmfAdapter

The LogFileAdapter type exposes the following members.

Constructors

  Name Description
Public method LogFileAdapter Initializes a new instance of the LogFileAdapter class for the specified log file.

Top

Properties

  Name Description
Public property SpaceUtilization Gets the percentage amount of space used by the log file adapter.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.