Partager via


Propriété DacMessage.Prefix

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

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Prefix As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DacMessage Classe

Espace de noms Microsoft.SqlServer.Dac