Skip to content

Latest commit

 

History

History
66 lines (55 loc) · 2.57 KB

File metadata and controls

66 lines (55 loc) · 2.57 KB
title Process 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
Process Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Process
helpviewer_keywords
Process element
ms.assetid 4aa08718-be44-4781-92cf-7b32b20f862c
caps.latest.revision 36
author Minewiskan
ms.author owend
manager erikre

Process Element (ASSL)

Determines whether a user can process the owner of the parent element.

Syntax

  
<Permission> <-- or one of the other elements contained in the Element Relationships table -->  
   ...  
   <Process>...</Process>  
   ...  
</Permission>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements CubePermission, DatabasePermission, DimensionPermission, MiningModelPermission, MiningStructurePermission, Permission
Child elements None

Remarks

The elements that correspond to the parents of Process in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.CubePermission, xref:Microsoft.AnalysisServices.DatabasePermission, xref:Microsoft.AnalysisServices.DimensionPermission, xref:Microsoft.AnalysisServices.MiningModelPermission, xref:Microsoft.AnalysisServices.MiningStructurePermission, and xref:Microsoft.AnalysisServices.Permission.

See Also

Role Element (ASSL)
Properties (ASSL)