Partager via


GetUserTablesSqlSyncTaskInput.SelectedTargetDatabases Property

Definition

Gets or sets list of target database names to collect tables for

[Newtonsoft.Json.JsonProperty(PropertyName="selectedTargetDatabases")]
public System.Collections.Generic.IList<string> SelectedTargetDatabases { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="selectedTargetDatabases")>]
member this.SelectedTargetDatabases : System.Collections.Generic.IList<string> with get, set
Public Property SelectedTargetDatabases As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to