Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.32 KB

File metadata and controls

67 lines (56 loc) · 2.32 KB
title Assembly Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
Assembly Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
ASSEMBLY
helpviewer_keywords
Assembly element [ASSL]
ms.assetid 1910ccb0-7da0-4ee1-9548-ad6e0068d23d
caps.latest.revision 35
author Minewiskan
ms.author owend
manager erikre

Assembly Element (ASSL)

Represents a [!INCLUDEmsCoName] [!INCLUDEdnprdnshort] 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)