Skip to content

Latest commit

 

History

History
72 lines (47 loc) · 1.83 KB

File metadata and controls

72 lines (47 loc) · 1.83 KB
title Reserved Words (Master Data Services) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology master-data-services
ms.topic conceptual
helpviewer_keywords
reserved words [Master Data Services]
Master Data Services, reserved words
ms.assetid 88afd0d0-4362-4394-8357-4e65388fc0fc
author lrtoyou1223
ms.author lle
manager craigg

Reserved Words (Master Data Services)

In [!INCLUDEssMDSshort], when you create model objects or members, some words cannot be used. Using these words may cause errors.

Note

You should also limit your use of special characters (symbols, hyphenation, etc.).

Models

If you create a model with the name set to Name, do not select Create entity with same name as model because Name cannot be used for the name of an entity.

Entities

For entity names, you cannot use Name or Code.

Explicit Hierarchies

For explicit hierarchy names, you cannot use Name or Code.

Attributes

  • ID

  • Code

  • Name

  • EnterDTM

  • EnterUserID

  • EnterUserName

  • LastChgDTM

  • LastChgUserID

  • Status_ID

  • ValidationStatus_ID

  • Version_ID

Members

For members, you cannot use MDMMemberStatus or ROOT for the Code attribute value.

See Also

Master Data Services Overview