Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Data associated with an executing operation to report status updates or errors.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dac.DacMessage
Microsoft.SqlServer.Dac.DacDataProgressMessage
Microsoft.SqlServer.Dac.DacExceptionMessage
Microsoft.SqlServer.Dac.DacOperationProgressMessage
Microsoft.SqlServer.Dac.DacRetryMessage
Microsoft.SqlServer.Dac.Model.DacModelMessage
Пространство имен: Microsoft.SqlServer.Dac
Сборка: Microsoft.SqlServer.Dac (в Microsoft.SqlServer.Dac.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class DacMessage
'Применение
Dim instance As DacMessage
[SerializableAttribute]
public class DacMessage
[SerializableAttribute]
public ref class DacMessage
[<SerializableAttribute>]
type DacMessage = class end
public class DacMessage
Тип DacMessage обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Message | Get friendly message for the current status of an operation. |
![]() |
MessageType | Get the type of the event message. |
![]() |
Number | Get numeric value associated with the event message. |
![]() |
Prefix | Get string prefix associated with the source of the event message. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | Return a string that represents the current object. (Переопределяет Object.ToString().) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)