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.