INativeStructureServiceGet Method (Guid, DiscoveryType) |
Gets the
NativeStructure by specifying the native structure ID and the discovery type.
Namespace:
Dundas.BI.Entities.DataConnectors
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
SyntaxNativeStructure Get(
Guid id,
DiscoveryType discoveryType
)
Function Get (
id As Guid,
discoveryType As DiscoveryType
) As NativeStructure
NativeStructure^ Get(
Guid id,
DiscoveryType discoveryType
)
abstract Get :
id : Guid *
discoveryType : DiscoveryType -> NativeStructure
Parameters
- id
- Type: SystemGuid
The native structure ID. - discoveryType
- Type: Dundas.BI.Entities.DataConnectorsDiscoveryType
Type of the discovery.
Return Value
Type:
NativeStructureThe native structure.
Exceptions
See Also