Propriété MinuteRecurrence.MinutesInterval
The interval, in minutes, at which a scheduled report runs.
Espace de noms : ReportService2005
Assembly : ReportService2005 (en ReportService2005.dll)
Syntaxe
'Déclaration
Public Property MinutesInterval As Integer
Get
Set
'Utilisation
Dim instance As MinuteRecurrence
Dim value As Integer
value = instance.MinutesInterval
instance.MinutesInterval = value
public int MinutesInterval { get; set; }
public:
property int MinutesInterval {
int get ();
void set (int value);
}
member MinutesInterval : int with get, set
function get MinutesInterval () : int
function set MinutesInterval (value : int)
Valeur de propriété
Type : System.Int32
An Integer value representing the interval, in minutes, at which a scheduled report runs.