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.