DacLogEntry Class

Provides the format for log entries coming from DAC framework.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Dac.DacLogEntry

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

Syntax

'Declaration
Public Class DacLogEntry
'Usage
Dim instance As DacLogEntry
public class DacLogEntry
public ref class DacLogEntry
type DacLogEntry =  class end
public class DacLogEntry

The DacLogEntry type exposes the following members.

Constructors

  Name Description
Public method DacLogEntry Initializes a new instance of the DacLogEntry class.

Top

Properties

  Name Description
Public property DatabaseName Gets or sets the database name corresponding to any DAC operation.
Public property EventID Gets or sets the event identifier used to categorize the log entries.
Public property ServerName Gets or sets the server name corresponding to any DAC operation.
Public property SessionID Gets or sets the session identifier used to capture the connection details.
Public property Text Gets or sets the text representing the details of the log entry message.
Public property Title Gets or sets the title of the log entry message.

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.)
Public methodStatic member Load Deserializes the message into this log entry instance.
Protected method MemberwiseClone (Inherited from Object.)
Public method Save Returns the content of this log entry in a serialized string format.
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.

See Also

Reference

Microsoft.SqlServer.Management.Dac Namespace