NamedComponentCollection.Add 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 Add(ModelComponent)

Adds a ModelComponent object to the NamedComponentCollection.(Overrides ModelComponentCollection.Add(ModelComponent).)

System_CAPS_protmethod Add(ModelComponent, Boolean)

Adds a ModelComponent object to the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_protmethod Add(String, IModelComponent)

Adds a IModelComponent object to the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_protmethod Add(String, IModelComponent, Boolean)

Adds a IModelComponent object to the ModelComponentCollection.(Inherited from ModelComponentCollection.)

See Also

NamedComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top