Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISourceMetadata interface contains properties that are used to get information about data source metadata.
ISourceMetadata
Use the ISearchSourceDataResult.SourceMetadata property to get access to metadata.
| Property name | Brief description | |
| CalendarInfo | The CalendarInfo property returns information about data source calendar dimensions. | |
| DestinationKey | The DestinationKey property returns display version key of the cube, which was used on calculation of the matrix with data. | |
| FreeDimensionsSelection | The FreeDimensionsSelection property returns information about indexed combinations of free dimensions. | |
| HighlightedSourceName | The HighlightedSourceName property returns name of the data source taking into account highlighting of search text. | |
| Selection | The Selection property returns information about indexed combinations of dimension elements. | |
| SourceClassId | The SourceClassId property returns identifier of data source class. | |
| SourceId | The SourceId property returns data source identifier. | |
| SourceKey | The SourceKey property returns data source key. | |
| SourceName | The SourceName property returns data source name. |
See also: