Свойство DacMessage.Prefix

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

Пространство имен:  Microsoft.SqlServer.Dac
Сборка:  Microsoft.SqlServer.Dac (в Microsoft.SqlServer.Dac.dll)

Синтаксис

'Декларация
Public ReadOnly Property Prefix As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
String prefix associated with the source of the event message.

См. также

Справочник

DacMessage Класс

Пространство имен Microsoft.SqlServer.Dac