ModelComponentCollection.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.

System_CAPS_protmethod Insert(IModelComponent, String, Int32, Boolean)

Inserts an IModelComponent in the ModelComponentCollection.

System_CAPS_protmethod Insert(Int32, ModelComponent)

Inserts an ModelComponent in the ModelComponentCollection.

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top