Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.