MajorObjectCollection.Insert Method

 

Applies To: SQL Server (starting with 2016)

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

Overload List

Name Description
System_CAPS_protmethod Insert(IModelComponent, String, Int32)

Inserts an IModelComponent in the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_protmethod Insert(IModelComponent, String, Int32, Boolean)

Inserts an IModelComponent in the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_protmethod Insert(Int32, ModelComponent)

Inserts a ModelComponent in the MajorObjectCollection at the specified index.(Overrides NamedComponentCollection.Insert(Int32, ModelComponent).)

See Also

MajorObjectCollection Class
Microsoft.AnalysisServices Namespace

Return to top