Share via


DacLogEntry.Load メソッド

Deserializes the message into this log entry instance.

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

構文

'宣言

Public Shared Function Load ( _
    message As  _
) As DacLogEntry
'使用

Dim message As 
Dim returnValue As DacLogEntry

returnValue = DacLogEntry.Load(message)
public static DacLogEntry Load(
     message
)
public:
static DacLogEntry^ Load(
    ^ message
)
static member Load : 
        message: -> DacLogEntry 
public static function Load(
    message : 
) : DacLogEntry

パラメーター

  • message
    型:
    The serialized format of the log entry.

戻り値

型: Microsoft.SqlServer.Management.Dac.DacLogEntry
A DacLogEntry object loaded from the message.

関連項目

参照

DacLogEntry クラス

Microsoft.SqlServer.Management.Dac 名前空間