INativeStructureServiceGetNativeStructuresForDataConnector Method (Guid)

Gets the native structures for data connector.

Namespace:  Dundas.BI.Entities.DataConnectors
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
IEnumerable<NativeStructure> GetNativeStructuresForDataConnector(
	Guid dataConnectorId
)

Parameters

dataConnectorId
Type: SystemGuid
The data connector identifier.

Return Value

Type: IEnumerableNativeStructure
The native structures.
Exceptions
ExceptionCondition
ArgumentExceptiondataConnectorId is Empty.
NotFoundExceptionThe data connector with the specified ID does not exist.
NoPrivilegeExceptionThe caller does not have permission to access the entry.
InvalidSessionExceptionThe caller context is not associated with a valid session.
DataProviderLoadExceptionThe data provider may throw this exception if it requires third party driver to be installed.
DataConnectionExceptionThe connection cannot be established.
See Also