Свойство Attempt
Indicates how many times the report server has attempted to deliver the notification.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборки: Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property Attempt As Integer
Get
'Применение
Dim instance As Notification
Dim value As Integer
value = instance.Attempt
public abstract int Attempt { get; }
public:
virtual property int Attempt {
int get () abstract;
}
abstract Attempt : int
abstract function get Attempt () : int
Значение свойства
Тип: System. . :: . .Int32
A Boolean value that indicates how many times the report server has attempted to deliver the notification.
Замечания
The number of attempt indicated by the value of the Attempt property includes the current attempt to deliver the notification.