Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.47 KB

File metadata and controls

39 lines (34 loc) · 1.47 KB
title sys.dm_cluster_endpoints (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 11/04/2019
ms.prod sql
ms.prod_service database-engine, big-data-clusters
ms.reviewer
ms.technology system-objects
ms.topic language-reference
f1_keywords
sys.dm_cluster_endpoints
dm_cluster_endpoints_TSQL
dm_cluster_endpoints
dev_langs
TSQL
helpviewer_keywords
sys.dm_cluster_endpoints dynamic management view
ms.assetid
author MikeRayMSFT
ms.author mikeray
monikerRange >=sql-server-ver15||=sqlallproducts-allversions||>=sql-server-linux-2017

sys.dm_cluster_endpoints (Transact-SQL)

[!INCLUDEtsql-appliesto-ssver15-xxxx-xxxx-xxx_md]

Column name Data type Description
name sysname Name of the service exposed externally in a SQL big data cluster. Unique identifier for the endpoint. Key for this view. Is not nullable.
description nvarchar(4000) Description of the service. Is not nullable.
endpoint sysname Endpoint url or connection attribute. Is not nullable.
protocol_desc sysname Description of the endpoint protocol

Permissions

On [!INCLUDEssNoVersion_md], requires VIEW SERVER STATE permission.

See Also

[What are [!INCLUDEbig-data-clusters-2019]](../../big-data-cluster/big-data-cluster-overview.md)?