Freigeben über


DacMessage.Prefix-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

DacMessage Klasse

Microsoft.SqlServer.Dac-Namespace