AliasName Property (SqlServerAlias Class)

Applies to: SQL Server

Gets the name of the server connection alias.

Syntax

  
object.AliasName [= value]  

Parts

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

Property Value/Return Value

A string value that specifies the name of the server connection alias.

Remarks