ConnectToSourceSqlServerTaskOutputTaskLevel.Databases 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 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