DacLogEntry クラス

Provides the format for log entries coming from DAC framework.

継承階層

  Microsoft.SqlServer.Management.Dac.DacLogEntry

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

Public Class DacLogEntry
'使用

Dim instance As DacLogEntry
public class DacLogEntry
public ref class DacLogEntry
type DacLogEntry =  class end
public class DacLogEntry

DacLogEntry 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド DacLogEntry Initializes a new instance of the DacLogEntry class.

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ DatabaseName Gets or sets the database name corresponding to any DAC operation.
パブリック プロパティ EventID Gets or sets the event identifier used to categorize the log entries.
パブリック プロパティ ServerName Gets or sets the server name corresponding to any DAC operation.
パブリック プロパティ SessionID Gets or sets the session identifier used to capture the connection details.
パブリック プロパティ Text Gets or sets the text representing the details of the log entry message.
パブリック プロパティ Title Gets or sets the title of the log entry message.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
パブリック メソッド静的メンバー Load Deserializes the message into this log entry instance.
プロテクト メソッド ( から継承されています。)
パブリック メソッド Save Returns the content of this log entry in a serialized string format.
パブリック メソッド ( から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間