Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.73 KB

File metadata and controls

44 lines (30 loc) · 1.73 KB
title Alias Properties (Alias Tab)
ms.prod sql
ms.prod_service sql-tools
ms.reviewer
ms.technology configuration
ms.topic conceptual
ms.assetid 2d1498e2-129c-4ce7-88e5-408e4037243c
author markingmyname
ms.author maghan
ms.custom seo-lt-2019
ms.date 03/14/2017
monikerRange >=sql-server-2016||=sqlallproducts-allversions

<Alias> Properties (Alias Tab)

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md-winonly]

An alias is an alternate name that can be used to make a connection. The alias encapsulates the required elements of a connection string, and exposes them with a name chosen by the user. Use the Alias page on the <Alias name> Properties dialog box to view or specify the elements of connection string of an Alias.

Options

Alias Name

The name (alias) that you want to use to refer to this connection.

Pipe Name / Port No

Additional elements of the connection string. The name of this box varies with the selected protocol. See the topics listed below for examples.

Protocol

The protocol used for the connection.

Server

The name of the [!INCLUDEmsCoName] [!INCLUDEssNoVersion] instance being connected to.

See Also