ModelComponentCollection(IModelComponent) Constructor

Definition

Initializes a new instance of the ModelComponentCollection class.

protected ModelComponentCollection (Microsoft.AnalysisServices.IModelComponent parent);
new Microsoft.AnalysisServices.ModelComponentCollection : Microsoft.AnalysisServices.IModelComponent -> Microsoft.AnalysisServices.ModelComponentCollection
Protected Sub New (parent As IModelComponent)

Parameters

parent
IModelComponent

The parent IModelComponent.

Applies to