ModelComponentCollection Constructor (IModelComponent)

 

Applies To: SQL Server (starting with 2016)

Initializes a new instance of the ModelComponentCollection class.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

protected ModelComponentCollection(
    IModelComponent parent
)
protected:
ModelComponentCollection(
    IModelComponent^ parent
)
new : 
        parent:IModelComponent -> ModelComponentCollection
Protected Sub New (
    parent As IModelComponent
)

Parameters

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top