ConnectionString Property (SqlServerAlias Class)

Applies to: SQL Server

Gets the connection string that is used to establish the connection for the server connection alias.

Syntax

  
object.ConnectionString [= value]  

Parts

object
A SqlServerAlias Class object that represents a SQL Server alias.

Property Value/Return Value

A string that specifies the connection string that is used to establish the connection for the server connection alias.

Remarks