LinkedServiceReference.Parameters Property

Definition

Gets or sets arguments for LinkedService.

[Newtonsoft.Json.JsonProperty(PropertyName="parameters")]
public System.Collections.Generic.IDictionary<string,object> Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="parameters")>]
member this.Parameters : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Parameters As IDictionary(Of String, Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to