The retry count when this error was encountered.
네임스페이스: Microsoft.SqlServer.Dac
어셈블리: Microsoft.SqlServer.Dac(Microsoft.SqlServer.Dac.dll)
구문
‘선언
Public ReadOnly Property RetryCount As Integer
Get
‘사용 방법
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
속성 값
유형: System.Int32
The retry count.