Skip to content

Latest commit

 

History

History
75 lines (64 loc) · 2.92 KB

File metadata and controls

75 lines (64 loc) · 2.92 KB
title Files Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
Files Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Files
helpviewer_keywords
Files element
ms.assetid 8a1327cb-1f60-42a7-b8ef-213d45a63e55
caps.latest.revision 37
author Minewiskan
ms.author owend
manager erikre

Files Element (ASSL)

Contains the collection of File elements that make up a ClrAssembly element.

Syntax

  
<Assembly xsi:type="ClrAssembly">  
   ...  
   <Files>  
      <File xsi:type="ClrAssemblyFile">...</File>  
   </Files>  
   ...  
</Assembly>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 1-1: Required element that occurs once and only once.

Element Relationships

Relationship Element
Parent elements Assembly of type ClrAssembly
Child elements File of type ClrAssemblyFile

Remarks

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

See Also

Server Element (ASSL)
Database Element (ASSL)
Assemblies Element (ASSL)
Data Element (ASSL)
DataBlock Data Type (ASSL)
Blocks Element (ASSL)
Block Element (ASSL)
ComAssembly Data Type (ASSL)
Collections (ASSL)