Partilhar via


Propriedade do RDL DacRetryMessage.RetryCount

The retry count when this error was encountered.

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (em Microsoft.SqlServer.Dac.dll)

Sintaxe

'Declaração
Public ReadOnly Property RetryCount As Integer 
    Get
'Uso
Dim instance As DacRetryMessage 
Dim value As Integer 

value = instance.RetryCount
public int RetryCount { get; }
public:
property int RetryCount {
    int get ();
}
member RetryCount : int
function get RetryCount () : int

Valor da propriedade

Tipo: System.Int32
The retry count.

Consulte também

Referência

DacRetryMessage Classe

Namespace Microsoft.SqlServer.Dac