MajorObjectCollection Constructor (IModelComponent)

 

Applies To: SQL Server (starting with 2016)

Initializes a new instance of the MajorObjectCollection class for the specified parent object.

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

Syntax

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

Parameters

See Also

MajorObjectCollection Class
Microsoft.AnalysisServices Namespace

Return to top