IConnectorHost GetMetadataProvider Method

This method will return a reference to an instance that maps to the IMetadataProvider, so that Connectors can make metadata requests against other Connectors.

Namespace:  Scribe.Core.ConnectorApi

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

IMetadataProvider   GetMetadataProvider(
	Guid   connectionInfoId
)

Parameters

connectionInfoId

Type: System Guid

This parameter holds the id of the Connector.

Return Value

Type: IMetadataProvider

This returns a reference to an instance that maps to the IMetadataProvider, so that Connectors can make metadata requests against other Connectors.

See

IConnectorHost Interface

Scribe.Core.ConnectorApi Namespace