DacLogEntry.Save Method

Returns the content of this log entry in a serialized string format.

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

Syntax

'Declaration
Public Function Save As String
'Usage
Dim instance As DacLogEntry
Dim returnValue As String

returnValue = instance.Save()
public string Save()
public:
String^ Save()
member Save : unit -> string 
public function Save() : String

Return Value

Type: System.String
A String value that represents the serialized string format of this log entry.

See Also

Reference

DacLogEntry Class

Microsoft.SqlServer.Management.Dac Namespace