ModelRole Class
Updated: May 24, 2016
Defines a set of user principals for whom security rules are applied. It is a child of a Model object.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::NamedMetadataObject
Microsoft.AnalysisServices.Tabular::ModelRole
| Name | Description | |
|---|---|---|
![]() | ModelRole() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets the collection object of all annotations in the current ModelRole. |
![]() | Description | Gets or sets a string description for the object. |
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | Members | Gets the collection object of all members in the current ModelRole. |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | ModelPermission | Gets or sets the model permission. |
![]() | ModifiedTime | Gets or sets the date and time at which the object were last modified. |
![]() | Name | Gets or sets the role name in the model. (Overrides NamedMetadataObject::Name.) |
![]() | ObjectType | Gets the type of the object. (Overrides MetadataObject::ObjectType.) |
![]() | Parent | Gets or sets the Parent object, null for Model objects. (Overrides MetadataObject::Parent.) |
![]() | TablePermissions | Gets the collection object of all tablepermissions in the current ModelRole. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of a ModelRole object. |
![]() | CopyFrom(ModelRole^) | Obsolete. Deprecated. Use CopyTo method instead. |
![]() | CopyTo(ModelRole^) | Copies a ModelRole object to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Rename(String^) | Obsolete. Deprecated. Use RequestRename method instead. |
![]() | RequestRename(String^) | Request rename of this object. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate() | Returns a Validate object. (Inherited from MetadataObject.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

