TabularProviderGetRemoteMetadata Method

Gets the remote metadata.

Namespace:  Dundas.BI.Data.DataProviders.Special
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public override RemoteRelationalMetadata GetRemoteMetadata()

Return Value

Type: RemoteRelationalMetadata
The remote metadata.
Remarks
This method must be implemented if your data provider is running on Dundas BI Gateway.
See Also