Share via


ExportableBase Class

Definition

public abstract class ExportableBase : Microsoft.SqlServer.Dac.Extensibility.TraceableBase, Microsoft.SqlServer.Dac.Extensibility.IExportable
type ExportableBase = class
    inherit TraceableBase
    interface IExportable
Public MustInherit Class ExportableBase
Inherits TraceableBase
Implements IExportable
Inheritance
ExportableBase
Derived
Implements

Constructors

ExportableBase()

Properties

DependencyManager
Metadata
Status
Trace

Methods

AssertTraceEvent(Boolean, TraceEventType, Int32, String) (Inherited from TraceableBase)
AssertTraceEvent(Boolean, TraceEventType, TraceId, String) (Inherited from TraceableBase)
AssertTraceException(Boolean, TraceEventType, Int32, Exception, String) (Inherited from TraceableBase)
AssertTraceException(Boolean, TraceEventType, TraceId, Exception, String) (Inherited from TraceableBase)
DebugTraceEvent(TraceEventType, Int32, String) (Inherited from TraceableBase)
DebugTraceException(TraceEventType, Int32, Exception, String) (Inherited from TraceableBase)
GetService<T>()
GetService<T>(IExportableMetadata)
TraceEvent(TraceEventType, Int32, String, Object[]) (Inherited from TraceableBase)
TraceEvent(TraceEventType, TraceId, String, Object[]) (Inherited from TraceableBase)
TraceException(TraceEventType, Int32, Exception, String) (Inherited from TraceableBase)
TraceException(TraceEventType, TraceId, Exception, String) (Inherited from TraceableBase)

Applies to