DacLogEntry.Load Method

Deserializes the message into this log entry instance.

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

Syntax

'Declaration
Public Shared Function Load ( _
    message As String _
) As DacLogEntry
'Usage
Dim message As String
Dim returnValue As DacLogEntry

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

Parameters

  • message
    Type: System.String
    The serialized format of the log entry.

Return Value

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

See Also

Reference

DacLogEntry Class

Microsoft.SqlServer.Management.Dac Namespace