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.