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 | |
---|---|---|
LogFileAdapter | Initializes a new instance of the LogFileAdapter class for the specified log file. |
Top
Properties
Name | Description | |
---|---|---|
SpaceUtilization | Gets the percentage amount of space used by the log file adapter. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.