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)
SyntaxNativeStructure Get(
string name,
Guid dataConnectorId,
DiscoveryType discoveryType
)
Function Get (
name As String,
dataConnectorId As Guid,
discoveryType As DiscoveryType
) As NativeStructure
NativeStructure^ Get(
String^ name,
Guid dataConnectorId,
DiscoveryType discoveryType
)
abstract Get :
name : string *
dataConnectorId : Guid *
discoveryType : DiscoveryType -> NativeStructure
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:
NativeStructureThe native structure.
Exceptions
See Also