ConnectToSourceSqlServerTaskOutputTaskLevel.AgentJobs Property

Definition

Gets source agent jobs as a map from agent job name to id.

[Newtonsoft.Json.JsonProperty(PropertyName="agentJobs")]
public System.Collections.Generic.IDictionary<string,string> AgentJobs { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="agentJobs")>]
member this.AgentJobs : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property AgentJobs As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to