ConnectionAddress Class
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.
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 |