Partager via


Propriété JobFilter.DateJobCreated

Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the date the job was created.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Property DateJobCreated As DateTime 
    Get 
    Set
'Utilisation
Dim instance As JobFilter 
Dim value As DateTime 

value = instance.DateJobCreated

instance.DateJobCreated = value
public DateTime DateJobCreated { get; set; }
public:
property DateTime DateJobCreated {
    DateTime get ();
    void set (DateTime value);
}
member DateJobCreated : DateTime with get, set
function get DateJobCreated () : DateTime 
function set DateJobCreated (value : DateTime)

Valeur de propriété

Type : System.DateTime
A DateTime object value that specifies the date the job was created.

Notes

A job filter can be applied to the JobServer object's EnumJobs method to restrict the returned enumerated list. When the constraint is a date property such as DateJobCreated, the FindOperand is used to specify whether the enumerated list is restricted to jobs created on an earlier, later, or equal date.

Exemples

Planification des tâches administratives automatiques dans l'Agent SQL Server

Voir aussi

Référence

JobFilter Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Agent

Autres ressources

Tâches d'administration automatisée (Agent SQL Server)