ElementContainer Constructor  | 
  
    Namespace: 
   Dundas.BI.Data.Metadata
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ElementContainer(
	ElementContainer parent,
	ElementContainerCategory category,
	string uniqueName,
	string caption,
	string description
)
Public Sub New ( 
	parent As ElementContainer,
	category As ElementContainerCategory,
	uniqueName As String,
	caption As String,
	description As String
)
public:
ElementContainer(
	ElementContainer^ parent, 
	ElementContainerCategory category, 
	String^ uniqueName, 
	String^ caption, 
	String^ description
)
new : 
        parent : ElementContainer * 
        category : ElementContainerCategory * 
        uniqueName : string * 
        caption : string * 
        description : string -> ElementContainerParameters
- parent
 - Type: Dundas.BI.Data.MetadataElementContainer
The parent container. - category
 - Type: Dundas.BI.Data.MetadataElementContainerCategory
The container category. - uniqueName
 - Type: SystemString
The unique name of the instance. - caption
 - Type: SystemString
The caption. - description
 - Type: SystemString
The description. 
Exceptions
RemarksUse this constructor when the current instance is a child container.
See Also