LogFileAdapter Class
The LogFileAdapter interface describes the extended properties that must be implemented by log file adapters.
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
| Name | Description | |
|---|---|---|
![]() | LogFileAdapter(LogFile^) | Initializes a new instance of the LogFileAdapter class for the specified log file. |
| Name | Description | |
|---|---|---|
![]() | SpaceUtilization | Gets the percentage amount of space used by the log file adapter. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


