RemoteRelationalMetadataStructureDescriptors Property

Gets the structure descriptors.

Namespace:  Dundas.BI.Data.DataProviders.Gateway
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public IList<ProviderProperty> StructureDescriptors { get; }

Property Value

Type: IListProviderProperty
The structure descriptors.
Remarks
Only used for Tabular data provider.
See Also