Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Indicates that the DacFX API retried a command or connection due to a transient error returned by the server.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dac.DacMessage
Microsoft.SqlServer.Dac.DacRetryMessage
Пространство имен: Microsoft.SqlServer.Dac
Сборка: Microsoft.SqlServer.Dac (в Microsoft.SqlServer.Dac.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public NotInheritable Class DacRetryMessage _
Inherits DacMessage
'Применение
Dim instance As DacRetryMessage
[SerializableAttribute]
public sealed class DacRetryMessage : DacMessage
[SerializableAttribute]
public ref class DacRetryMessage sealed : public DacMessage
[<SealedAttribute>]
[<SerializableAttribute>]
type DacRetryMessage =
class
inherit DacMessage
end
public final class DacRetryMessage extends DacMessage
Тип DacRetryMessage обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
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.) |
![]() |
RetryCount | The retry count when this error was encountered. |
![]() |
ServerErrorNumber | The number of the error from SQL Server, or 0 if a different exception was encountered that invoked a retry. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
ToString | Return a string that represents the current object. (Производный от DacMessage.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)