Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 2.1 KB

File metadata and controls

64 lines (53 loc) · 2.1 KB
title DataSourcePermission 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
DataSourcePermission Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
helpviewer_keywords
DataSourcePermission element
ms.assetid 6dc6fb13-034e-479a-902e-27f3fb78c33f
caps.latest.revision 14
author Minewiskan
ms.author owend
manager erikre

DataSourcePermission Element (ASSL)

Defines the default permissions in a DataSource data type for a specific Role element.

Syntax

  
<DataSourcePermissions>  
   <DataSourcePermission xsi:type="Permission">  
      <!-- No child elements other than those from Permission are defined -->  
...</DataSourcePermission>  
</DataSourcePermissions>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements DataSourcePermissions
Child elements None

Remarks

DataSourcePermission objects can exist only for roles owned by the database, and only one DataSourcePermission object can exist for any role.

See Also

Role Element (ASSL)
Objects (ASSL)