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)
Syntaxpublic IList<ProviderProperty> StructureDescriptors { get; }Public ReadOnly Property StructureDescriptors As IList(Of ProviderProperty)
Get
public:
property IList<ProviderProperty^>^ StructureDescriptors {
IList<ProviderProperty^>^ get ();
}member StructureDescriptors : IList<ProviderProperty> with get
Property Value
Type:
IListProviderProperty
The structure descriptors.
Remarks
Only used for Tabular data provider.
See Also