| title |
TableID 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 |
|
| apilocation |
|
| apitype |
Schema |
| applies_to |
|
| f1_keywords |
|
| helpviewer_keywords |
|
| ms.assetid |
45fe7e23-b274-4bc2-be63-1a5bb6680f51 |
| caps.latest.revision |
36 |
| author |
Minewiskan |
| ms.author |
owend |
| manager |
erikre |
Contains the identifier (ID) of the table (from the DataSourceView element) associated with the parent element.
<ColumnBinding> <!-- or DSVTableBinding, RowBinding, IncrementalProcessingNotification -->
...
<TableID>...</TableID>
...
</ColumnBinding>
| Characteristic |
Description |
| Data type and length |
String |
| Default value |
None |
| Cardinality |
1-1: Required element that occurs once and only once. |
Remarks
The table identified by TableID must be within the data source to which the owning object (dimension or cube) is bound.
The elements that correspond to the parents of TableID in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.ColumnBinding, xref:Microsoft.AnalysisServices.DSVTableBinding, xref:Microsoft.AnalysisServices.IncrementalProcessingNotification, and xref:Microsoft.AnalysisServices.RowBinding.
Properties (ASSL)