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
'Déclaration
Public Function Save As String
'Utilisation
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: String
A String value that represents the serialized string format of this log entry.