TablePermission Class
Updated: May 24, 2016
Defines the security rules of the Role on the Table. It is a child of a Role object.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::NamedMetadataObject
Microsoft.AnalysisServices.Tabular::TablePermission
| Name | Description | |
|---|---|---|
![]() | TablePermission() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets the collection object of all annotations in the current TablePermission. |
![]() | ErrorMessage | Gets or sets the error message of the permission. |
![]() | FilterExpression | Gets or sets a filtering expression for the current TablePermission. |
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | ModifiedTime | Gets or sets the modified date and time of the object. |
![]() | Name | Gets or sets the Name of the object that is derived from the referenced Table. Therefore, setting the Name property is not allowed on this object. (Overrides NamedMetadataObject::Name.) |
![]() | ObjectType | Gets the type of the object. (Overrides MetadataObject::ObjectType.) |
![]() | Parent | Gets the parent object, null for Model objects. (Overrides MetadataObject::Parent.) |
![]() | Role | Gets the role of this object. |
![]() | State | Gets the state of the permission. |
![]() | Table | Gets or sets the table permission. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of a TablePermission object. |
![]() | CopyFrom(TablePermission^) | Obsolete. Deprecated. Use CopyTo method instead. |
![]() | CopyTo(TablePermission^) | Copies a TablePermission object to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from 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.

