Compartir a través de


DacMessage.Prefix Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dac
Ensamblado:  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Sintaxis

'Declaración
Public ReadOnly Property Prefix As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

DacMessage Clase

Espacio de nombres Microsoft.SqlServer.Dac