Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 1.82 KB

File metadata and controls

65 lines (54 loc) · 1.82 KB
title Member 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
Member Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Member
helpviewer_keywords
Member element
ms.assetid 03b4cfcb-ce87-452f-9e25-8745c0423f56
caps.latest.revision 31
author Minewiskan
ms.author owend
manager erikre

Member Element (ASSL)

Contains the name of a member of a Group element or of a Role element.

Syntax

  
<Members>  
   <Member>  
      <Name>...</Name>  
   </Member>  
</Members>  

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 Members
Child elements Name

Remarks

The elements that correspond to the parents of Member in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.Group and xref:Microsoft.AnalysisServices.Role.

See Also

Objects (ASSL)