Skip to content

Latest commit

 

History

History
76 lines (65 loc) · 2.86 KB

File metadata and controls

76 lines (65 loc) · 2.86 KB
title Blocks 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
Blocks Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Blocks
helpviewer_keywords
Blocks element
ms.assetid d6fd4e6b-b5bd-43cd-9c28-48af57cf977c
caps.latest.revision 32
author Minewiskan
ms.author owend
manager erikre

Blocks Element (ASSL)

Contains the collection of blocks of binary data that represent the binary contents of a ClrAssemblyFile element.

Syntax

  
<Data xsi:type="DataBlock">  
   ...  
   <Blocks>  
      <Block>...</Block>  
   </Blocks>  
   ...  
</File>  

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 Data of type DataBlock
Child elements Block

Remarks

The element that corresponds to the parent of Blocks in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.ClrAssemblyFile.

See Also

Assembly Element (ASSL)
ClrAssembly Data Type (ASSL)
Files Element (ASSL)
File Element (ASSL)
ClrAssemblyFile Data Type (ASSL)
Data Element (ASSL)
DataBlock Data Type (ASSL)
Blocks Element
Block Element (ASSL)
Collections (ASSL)