Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 1.75 KB

File metadata and controls

65 lines (54 loc) · 1.75 KB
title Path 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
Path Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Path
helpviewer_keywords
Path element
ms.assetid 0edc59ac-1671-4fe1-9b7c-6c1548df5c63
caps.latest.revision 33
author Minewiskan
ms.author owend
manager erikre

Path Element (ASSL)

Contains the path, as provided by an instance of [!INCLUDEssRSnoversion], of a report used by the ReportAction element.

Syntax

  
<ReportAction>  
   ...  
   <Path>...</Path>  
   ...  
</ReportAction>  

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 0-1: Optional element that occurs once and only once

Element Relationships

Relationship Element
Parent element ReportAction
Child elements None

Remarks

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

See Also

Properties (ASSL)