Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.62 KB

assembly-element-assl.md

File metadata and controls

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

Assembly Element (ASSL)

Represents a Microsoft .NET Framework assembly or a COM dynamic link library (DLL) associated with a Server element or a Database element.

Syntax

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

Element Characteristics

Characteristic Description
Data type and length ClrAssembly, ComAssembly
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements Assemblies
Child elements None

Remarks

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

See Also

Server Element (ASSL)
Database Element (ASSL)
Objects (ASSL)