Skip to content

Latest commit

 

History

History
80 lines (51 loc) · 2.38 KB

File metadata and controls

80 lines (51 loc) · 2.38 KB
description Reserved Words (Master Data Services)
title Reserved Words
ms.custom
ms.date 03/01/2017
ms.prod sql
ms.prod_service mds
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 CordeliaGrey
ms.author jiwang6

Reserved Words (Master Data Services)

[!INCLUDE SQL Server - Windows only ASDBMI ]

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 or Code, do not select Create entity with same name as model because Name or Code 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

  • EnterUserName

  • LastChgUserName

  • Name

  • EnterDTM

  • EnterUserID

  • EnterUserName

  • LastChgDTM

  • LastChgUserID

  • Status_ID

  • ValidationStatus_ID

  • Version_ID

Members

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

See Also

Master Data Services Overview (MDS)