Expand Minimize
This topic has not yet been rated - Rate this topic

Permission Data Type (ASSL)

Defines an abstract primitive data type that represents information about an individual permission.


<Permission>
   <Name>...</Name>
   <ID>...</ID>
   <CreatedTimestamp>...</CreateTimestamp>
   <LastSchemaUpdate>...</LastSchemaUpdate>
      <RoleID>...</RoleID>
      <Description>...</Description>
   <Process>...</Process>
   <ReadDefinition>...</ReadDefinition>
   <Read>...</Read>
   <Write>...</Write>
      <Annotations>...</Annotations>
</Permission>

Relationship

Element

Parent elements

None

Child elements

Annotations, CreatedTimestamp, Description, ID, LastSchemaUpdate, Name, Process, Read, ReadDefinition, RoleID, Write

Derived elements

None

Permission serves as the abstract base type for a number of derived permission types used in an instance of Microsoft SQL Server Analysis Services.

The corresponding element in the Analysis Management Objects (AMO) object model is Permission.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.