DataCubeTryGetAnalysisElement Method |
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool TryGetAnalysisElement(
string uniqueName,
out IAnalysisElement element
)
Public Function TryGetAnalysisElement (
uniqueName As String,
<OutAttribute> ByRef element As IAnalysisElement
) As Boolean
public:
virtual bool TryGetAnalysisElement(
String^ uniqueName,
[OutAttribute] IAnalysisElement^% element
) sealed
abstract TryGetAnalysisElement :
uniqueName : string *
element : IAnalysisElement byref -> bool
override TryGetAnalysisElement :
uniqueName : string *
element : IAnalysisElement byref -> bool
Parameters
- uniqueName
- Type: SystemString
The unique name of the element. - element
- Type: Dundas.BI.Data.MetadataIAnalysisElement
The analysis element.
Return Value
Type:
Boolean if the element was found; otherwise
.
Implements
IAnalysisStructureTryGetAnalysisElement(String, IAnalysisElement)See Also