Clase LogFileAdapter
The LogFileAdapter interface describes the extended properties that must be implemented by log file adapters.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Utility.LogFileAdapter
Espacio de nombres: Microsoft.SqlServer.Management.Utility
Ensamblado: Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Sintaxis
'Declaración
Public Class LogFileAdapter _
Implements ILogFilePerformanceFacet, IDmfFacet, IDmfAdapter
'Uso
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
El tipo LogFileAdapter expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
LogFileAdapter | Initializes a new instance of the LogFileAdapter class for the specified log file. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
SpaceUtilization | Gets the percentage amount of space used by the log file adapter. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.