Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 1.59 KB

File metadata and controls

44 lines (38 loc) · 1.59 KB
title sys.service_contract_usages (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 06/10/2016
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
service_contract_usages
sys.service_contract_usages
sys.service_contract_usages_TSQL
service_contract_usages_TSQL
dev_langs
TSQL
helpviewer_keywords
sys.service_contract_usages catalog view
ms.assetid 20af425e-1152-4a46-b1ac-94cff5fc9f02
caps.latest.revision 29
author JennieHubbard
ms.author jhubbard
manager jhubbard

sys.service_contract_usages (Transact-SQL)

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

This catalog view contains a row per (service, contract) pair.

Applies to: [!INCLUDEssNoVersion] ([!INCLUDEssKatmai] through current version).
Column name Data type Description
service_id int Identifier of the service using the contract. Not NULLABLE.
service_contract_id int Identifier of the contract used by the service. Not NULLABLE.

Permissions

[!INCLUDEssCatViewPerm] For more information, see Metadata Visibility Configuration.