หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The retry count when this error was encountered.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property RetryCount As Integer
Get
'Usage
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
Property Value
Type: System.Int32
The retry count.