Schedule.RepeatInterval - Propriété
Obtient ou définit le nombre de minutes entre chaque intervalle de répétition de la planification d'analyse.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property RepeatInterval As Integer
Get
Set
'Utilisation
Dim instance As Schedule
Dim value As Integer
value = instance.RepeatInterval
instance.RepeatInterval = value
public int RepeatInterval { get; set; }
Valeur de propriété
Type : System.Int32
Un entier 32 bits représentant le nombre de minutes entre chaque intervalle de répétition.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms