Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 1.69 KB

File metadata and controls

65 lines (54 loc) · 1.69 KB
title ColumnID Element (ColumnBinding) (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
ColumnID Element (ColumnBinding)
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
ColumnID
helpviewer_keywords
ColumnID element
ms.assetid f4edf532-7e40-4ee2-9b5e-48b3c3de7a74
caps.latest.revision 32
author Minewiskan
ms.author owend
manager erikre

ColumnID Element (ColumnBinding) (ASSL)

Contains the identifier (ID) of the column within the table to which the data item is bound.

Syntax

  
<ColumnBinding>  
   ...  
   <ColumnID>...</ColumnID>  
   ...  
</ColumnBinding>  

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 ColumnBinding
Child elements None

Remarks

The element that corresponds to the parent of ColumnID in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.ColumnBinding.

See Also

Properties (ASSL)