ConnectToSourceSqlServerTaskOutputTaskLevel.AgentJobs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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