Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.6 KB

unaryoperatorcolumn-element-assl.md

File metadata and controls

51 lines (37 loc) · 1.6 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
UnaryOperatorColumn Element (ASSL) | Microsoft Docs
Learn about the UnaryOperatorColumn object element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

UnaryOperatorColumn Element (ASSL)

Defines the details of a column providing a unary operator.

Syntax

  
<DimensionAttribute>  
   ...  
   <UnaryOperatorColumn xsi:type="DataItem">...</UnaryOperatorColumn>  
   ...  
</DimensionAttribute>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements DimensionAttribute
Child elements None

Remarks

For more information about the DataItem type, including a table of Analysis Services Scripting Language (ASSL) objects and properties of the DataItem type, see DataItem Data Type (ASSL).

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

See Also

Objects (ASSL)