Partilhar via


Propriedade do RDL DacMessage.Prefix

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

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

DacMessage Classe

Namespace Microsoft.SqlServer.Dac