DataAnalysisParameter Constructor  | 
  
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxprotected DataAnalysisParameter(
	EntityBase parentEntity,
	IAnalysisElement element,
	string name,
	string description
)
Protected Sub New ( 
	parentEntity As EntityBase,
	element As IAnalysisElement,
	name As String,
	description As String
)
protected:
DataAnalysisParameter(
	EntityBase^ parentEntity, 
	IAnalysisElement^ element, 
	String^ name, 
	String^ description
)
new : 
        parentEntity : EntityBase * 
        element : IAnalysisElement * 
        name : string * 
        description : string -> DataAnalysisParameterParameters
- parentEntity
 - Type: Dundas.BI.EntitiesEntityBase
The parent entity. - element
 - Type: Dundas.BI.Data.MetadataIAnalysisElement
The analysis element. - name
 - Type: SystemString
The name. - description
 - Type: SystemString
The description. 
Exceptions
See Also