Schedule.StartHour - Propriété
Obtient ou définit l'heure de que démarrage 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 StartHour As Integer
Get
Set
'Utilisation
Dim instance As Schedule
Dim value As Integer
value = instance.StartHour
instance.StartHour = value
public int StartHour { get; set; }
Valeur de propriété
Type : System.Int32
Entier 32 bits compris entre 0 et 23 qui spécifie la minute de début pour la planification d'analyse.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms