Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.62 KB

partitionbinding-data-type-assl.md

File metadata and controls

46 lines (35 loc) · 1.62 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
PartitionBinding Data Type (ASSL) | Microsoft Docs
Learn about the PartitionBinding data type element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

PartitionBinding Data Type (ASSL)

Defines a derived data type that represents a binding to a Partition element.

Syntax

  
<PartitionBinding>  
   <DatabaseID>...</DatabaseID>  
   <CubeID>...</CubeID>  
   <PartitionID>...</PartitionID>  
   <Source>...</Source>  
</PartitionBinding>  

Data Type Characteristics

Characteristic Description
Base data types Binding
Derived data types None

Data Type Relationships

Relationship Element
Parent elements None
Child elements CubeID, DatabaseID, PartitionID, Source
Derived elements See Binding

Remarks

For additional information about the Binding type, including tables of Analysis Services Scripting Language (ASSL) objects of the Binding type and the inheritance hierarchy of Binding types, see Binding Data Type (ASSL).