Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.