SyncAgentLinkedDatabaseListResponse.LinkedDatabases 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.
Optional. A list of databases connected by the given sync agent.
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgentLinkedDatabase> LinkedDatabases { get; set; }
member this.LinkedDatabases : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgentLinkedDatabase> with get, set
Public Property LinkedDatabases As IList(Of SyncAgentLinkedDatabase)