TablePermission Class

 

Updated: May 24, 2016

Defines the security rules of the Role on the Table. It is a child of a Role object.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)


public ref class TablePermission sealed : NamedMetadataObject

NameDescription
System_CAPS_pubmethodTablePermission()

Constructor.

NameDescription
System_CAPS_pubpropertyAnnotations

Gets the collection object of all annotations in the current TablePermission.

System_CAPS_pubpropertyErrorMessage

Gets or sets the error message of the permission.

System_CAPS_pubpropertyFilterExpression

Gets or sets a filtering expression for the current TablePermission.

System_CAPS_pubpropertyIsRemoved

Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.)

System_CAPS_pubpropertyModel

Gets the Tabular model of the object. (Inherited from MetadataObject.)

System_CAPS_pubpropertyModifiedTime

Gets or sets the modified date and time of the object.

System_CAPS_pubpropertyName

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.)

System_CAPS_pubpropertyObjectType

Gets the type of the object. (Overrides MetadataObject::ObjectType.)

System_CAPS_pubpropertyParent

Gets the parent object, null for Model objects. (Overrides MetadataObject::Parent.)

System_CAPS_pubpropertyRole

Gets the role of this object.

System_CAPS_pubpropertyState

Gets the state of the permission.

System_CAPS_pubpropertyTable

Gets or sets the table permission.

NameDescription
System_CAPS_pubmethodClone()

Creates a new, full copy of a TablePermission object.

System_CAPS_pubmethodCopyFrom(TablePermission^)

Obsolete. Deprecated. Use CopyTo method instead.

System_CAPS_pubmethodCopyTo(TablePermission^)

Copies a TablePermission object to the specified object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate()

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.

Return to top
Show: