IAnalysisStructureGetAnalysisElement Method |
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax IAnalysisElement GetAnalysisElement(
string uniqueName
)
Function GetAnalysisElement (
uniqueName As String
) As IAnalysisElement
IAnalysisElement^ GetAnalysisElement(
String^ uniqueName
)
abstract GetAnalysisElement :
uniqueName : string -> IAnalysisElement
Parameters
- uniqueName
- Type: SystemString
The unique name of the element.
Return Value
Type:
IAnalysisElementThe analysis element.
Exceptions Exception | Condition |
---|
NotFoundException | uniqueName is or Empty or an element with the specified uniqueName cannot be found.
|
See Also