INativeStructureServiceGet Method (String, Guid, DiscoveryType)

Gets the NativeStructure by specifying the data connector ID and the structure name.

Namespace:  Dundas.BI.Entities.DataConnectors
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
NativeStructure Get(
	string name,
	Guid dataConnectorId,
	DiscoveryType discoveryType
)

Parameters

name
Type: SystemString
The structure name.
dataConnectorId
Type: SystemGuid
The data connector ID.
discoveryType
Type: Dundas.BI.Entities.DataConnectorsDiscoveryType
Type of the discovery.

Return Value

Type: NativeStructure
The native structure.
Exceptions
ExceptionCondition
ArgumentExceptiondataConnectorId is Empty.
NotFoundException The data connector with the specified ID or the native structure with the specified name does not exist.
NoPrivilegeExceptionCaller does not have access to the specified entity.
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