Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.44 KB

assemblies-element-assl.md

File metadata and controls

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

Assemblies Element (ASSL)

Contains the collection of Assembly elements associated with a Server or Database element.

Syntax

  
<Server> <!-- or Database -->  
   ...  
   <Assemblies>  
      <Assembly xsi:type="ClrAssembly">...</Assembly>  
            <Assembly xsi:type="ComAssembly">...</Assembly>  
   </Assemblies>  
   ...  
</Server>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements Database, Server
Child elements Assembly

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.AssemblyCollection.