Proprietà JobHistoryFilter.OutcomeTypes
Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobHistory method to jobs that have the specified outcome at completion.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Property OutcomeTypes As CompletionResult
Get
Set
'Utilizzo
Dim instance As JobHistoryFilter
Dim value As CompletionResult
value = instance.OutcomeTypes
instance.OutcomeTypes = value
public CompletionResult OutcomeTypes { get; set; }
public:
property CompletionResult OutcomeTypes {
CompletionResult get ();
void set (CompletionResult value);
}
member OutcomeTypes : CompletionResult with get, set
function get OutcomeTypes () : CompletionResult
function set OutcomeTypes (value : CompletionResult)
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.Agent.CompletionResult
A CompletionResult object value that specifies the result of the job at completion.
Osservazioni
The job history filter can be used to restrict the list returned by the JobServer object's EnumJobHistory method to jobs.
Esempi
Pianificazione delle attività amministrative automatiche in SQL Server Agent
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent
Altre risorse
Automatizzazione delle attività amministrative (SQL Server Agent)