Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 1.82 KB

File metadata and controls

65 lines (54 loc) · 1.82 KB
title DbTableName Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
DbTableName Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
DbTableName
helpviewer_keywords
DbTableName element
ms.assetid 842cae85-ab9c-4c75-ab44-51a4d9b1b943
caps.latest.revision 35
author Minewiskan
ms.author owend
manager erikre

DbTableName Element (ASSL)

Contains the name of the table to which the parent element is bound.

Syntax

  
<TableBinding> <!-- or TableNotification -->  
   ...  
   <DbTableName>...</DbTableName>  
   ...  
</TableBinding>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent element TableBinding, TableNotification
Child elements None

Remarks

The elements that correspond to the parents of DbTableName in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.TableBinding and xref:Microsoft.AnalysisServices.TableNotification.

See Also

Properties (ASSL)