Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectionSummary

Represents a connection within a datasource (ex: A SQL Server connection). A data source can be composed of one or more connections.

Hierarchy

  • ConnectionSummary

Index

Properties

Properties

id

id: string
returns

Unique string representing this connection.

name

name: string
returns

The name of the connection (i.e. the caption).

serverURI

serverURI: string | undefined
returns

The URI to which the connection is pointing, if applicable. If a data source is a published data source, the URI is returned as localhost.

type

type: string
returns

The type of the connection (i.e. SQL Server, web data connector).