DacLogEntry.Title Property
Gets or sets the title of the log entry message.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public Property Title As String
Get
Set
'Utilisation
Dim instance As DacLogEntry
Dim value As String
value = instance.Title
instance.Title = value
public string Title { get; set; }
public:
property String^ Title {
String^ get ();
void set (String^ value);
}
member Title : string with get, set
function get Title () : String
function set Title (value : String)
Property Value
Type: String
The title of the log entry message.