Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates that the DacFX API retried a command or connection due to a transient error returned by the server.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.DacMessage
Microsoft.SqlServer.Dac.DacRetryMessage
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class DacRetryMessage _
Inherits DacMessage
'Usage
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
The DacRetryMessage type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Message | Get friendly message for the current status of an operation. (Inherited from DacMessage.) |
![]() |
MessageType | Get the type of the event message. (Inherited from DacMessage.) |
![]() |
Number | Get numeric value associated with the event message. (Inherited from DacMessage.) |
![]() |
Prefix | Get string prefix associated with the source of the event message. (Inherited from 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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | Return a string that represents the current object. (Inherited from DacMessage.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.