ConnectionAddress Class

Definition

Address of a connection. It contains protocol name and protocol-specific properties like server and database name.

public sealed class ConnectionAddress
type ConnectionAddress = class
Public NotInheritable Class ConnectionAddress
Inheritance
ConnectionAddress

Remarks

This object is only supported when the compatibility level of the database is at 1400 or above.

Properties

Account

Account

ConnectionString

Connection string

ContentType

Content type

Database

Database name

Domain

Domain

EmailAddress

Email address

Item[String]

Get or set an address property. Returned null value indicates a missing property, setting value to null is equivalent to removing the property from the dictionary.

Model

Model name

Object

Object

Path

Path

Property

Property

Resource

Resource

Schema

Schema name

Server

Server address

Url

Url

View

View

Applies to