Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.25 KB

dbschemaname-element-xmla.md

File metadata and controls

43 lines (33 loc) · 1.25 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
DbSchemaName Element (XMLA) | Microsoft Docs
Learn how the DbSchemaName element contains the name of the schema used by the parent TableNotification element in the table identified by the DbTableName element.
01/05/2020
analysis-services
xmla
reference
kfollis
kfollis
kfollis

DbSchemaName Element (XMLA)

Contains the name of the schema used by the parent TableNotification element in the table identified by the DbTableName element.

Syntax

  
<TableNotification>  
   ...  
   <DbSchemaName>...</DbSchemaName>  
   ...  
</TableNotification>  

Element characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element relationships

Relationship Element
Parent elements TableNotification
Child elements None

Remarks