Skip to content

Latest commit

 

History

History
73 lines (62 loc) · 2.89 KB

File metadata and controls

73 lines (62 loc) · 2.89 KB
title Process Element (XMLA) | 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
Process Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
urn:schemas-microsoft-com:xml-analysis#Process
microsoft.xml.analysis.process
helpviewer_keywords
Process command
ms.assetid 886fd480-c0e6-4c9b-b65e-da47f874d938
caps.latest.revision 14
author jeannt
ms.author jeannt
manager erikre

Process Element (XMLA)

Processes objects on a [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion] instance.

Syntax

  
<Command>  
   <Process>  
      <Type>...</Type>  
      <Object>...</Object>  
      <Bindings>...</Bindings>  
      <DataSource>...</DataSource>  
      <DataSourceView>...</DataSourceView>  
      <ErrorConfiguration>...</ErrorConfiguration>  
      <WriteBackTableCreation>...</WriteBackTableCreation>  
   </Process>  
</Command>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements Command
Child elements Bindings, DataSource, DataSourceView, ErrorConfiguration, Object, Type Element (XMLA), WriteBackTableCreation

Remarks

For more information about processing objects, see Processing Objects (XMLA).

See Also

Commands (XMLA)