Assembly: Cubes;
The ICubeAttachmentAttributes interface is used to work with collection of dictionary attributes where cube attachments are stored.
ICubeAttachmentAttributes
Collection of attributes can be obtained in the ICubeAttachments.Attributes property.
Property name | Brief description | |
Count | The Count property returns the number of attributes in the collection. | |
Item | The Index property returns parameters of the attribute with the specified index. |
Method name | Brief description | |
FindById | The FindById method searches by identifier and returns attribute parameters in case of successive search results. | |
FindByKey | The FindByKey method searches by key and returns attribute parameters in case of successive search results. | |
IndexOf | The IndexOf method returns index of the specified attribute in the collection. |
See also: