This topic has not yet been rated - Rate this topic

DacRetryMessage Class

SQL Server 2012

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

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
[<>]
[<SerializableAttribute>]
type DacRetryMessage =  
    class
        inherit DacMessage
    end

The DacRetryMessage type exposes the following members.

  NameDescription
Public propertyMessage Get friendly message for the current status of an operation. (Inherited from DacMessage.)
Public propertyMessageType Get the type of the event message. (Inherited from DacMessage.)
Public propertyNumber Get numeric value associated with the event message. (Inherited from DacMessage.)
Public propertyPrefix Get string prefix associated with the source of the event message. (Inherited from DacMessage.)
Public propertyRetryCount The retry count when this error was encountered.
Public propertyServerErrorNumber The number of the error from SQL Server, or 0 if a different exception was encountered that invoked a retry.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString Return a string that represents the current object. (Inherited from DacMessage.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.