Compartir a través de


JobHistoryFilter.JobName Propiedad

Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobHistory method to the job specified by the name of the job.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Property JobName As String 
    Get 
    Set
'Uso
Dim instance As JobHistoryFilter 
Dim value As String 

value = instance.JobName

instance.JobName = value
public string JobName { get; set; }
public:
property String^ JobName {
    String^ get ();
    void set (String^ value);
}
member JobName : string with get, set
function get JobName () : String 
function set JobName (value : String)

Valor de la propiedad

Tipo: System.String
A String value that specifies the name of the job.

Comentarios

The job history filter can be used to restrict the list returned by the JobServer object's EnumJobHistory method to jobs.

Ejemplos

Programar tareas administrativas automáticas en el Agente SQL Server

Vea también

Referencia

JobHistoryFilter Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent

Otros recursos

Tareas administrativas automatizadas (Agente SQL Server)