ConnectToSourceSqlServerTaskOutputTaskLevel.Databases Property

Definition

Gets source databases as a map from database name to database id

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to