Свойство 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.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Property OutcomeTypes As CompletionResult
    Get
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.Agent. . :: . .CompletionResult
A CompletionResult object value that specifies the result of the job at completion.

Замечания

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