Partager via


Propriété Notification.Attempt

Indicates how many times the report server has attempted to deliver the notification.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Attempt As Integer 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int32
A Boolean value that indicates how many times the report server has attempted to deliver the notification.

Notes

The number of attempt indicated by the value of the Attempt property includes the current attempt to deliver the notification.

Voir aussi

Référence

Notification Classe

Espace de noms Microsoft.ReportingServices.Interfaces