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
'Déclaration
Public Shared Function Load ( _
message As String _
) As DacLogEntry
'Utilisation
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: String
The serialized format of the log entry.
Return Value
Type: Microsoft.SqlServer.Management.Dac.DacLogEntry
A DacLogEntry object loaded from the message.