INativeStructureServiceGet Method (Guid, DiscoveryType, Boolean) |
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,
bool includeMetadata
)
Function Get (
id As Guid,
discoveryType As DiscoveryType,
includeMetadata As Boolean
) As NativeStructure
NativeStructure^ Get(
Guid id,
DiscoveryType discoveryType,
bool includeMetadata
)
abstract Get :
id : Guid *
discoveryType : DiscoveryType *
includeMetadata : bool -> NativeStructure
Parameters
- id
- Type: SystemGuid
The native structure ID. - discoveryType
- Type: Dundas.BI.Entities.DataConnectorsDiscoveryType
Type of the discovery. - includeMetadata
- Type: SystemBoolean
If set to , include metadata.
Return Value
Type:
NativeStructureThe native structure.
Exceptions
See Also