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