DacMessage.Prefix Property

Get string prefix associated with the source of the event message.

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

Syntax

'Declaration
Public ReadOnly Property Prefix As String 
    Get
'Usage
Dim instance As DacMessage 
Dim value As String 

value = instance.Prefix
public string Prefix { get; }
public:
property String^ Prefix {
    String^ get ();
}
member Prefix : string
function get Prefix () : String

Property Value

Type: System.String
String prefix associated with the source of the event message.

See Also

Reference

DacMessage Class

Microsoft.SqlServer.Dac Namespace