Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeAttachmentAttribute interface describes dictionary attribute where cube attachments are stored.
ICubeAttachmentAttribute
Attribute parameters can be obtained using properties and methods of the ICubeAttachmentAttributes interface.
Property name | Brief description | |
The DataType property returns type of data stored in attribute. | ||
The Nullable property returns whether it is possible to store empty values by the attribute. | ||
The ObjectLinked property returns whether values store a link to the repository object. |
Property name | Brief description | |
The Id property returns object identifier. | ||
The Key property returns object key. | ||
The Name property returns object name. |
See also: