MajorObjectCollection.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 | |
---|---|---|
Add(ModelComponent) | Adds a ModelComponent to the end of the MajorObjectCollection.(Overrides NamedComponentCollection.Add(ModelComponent).) |
|
Add(ModelComponent, Boolean) | Adds a ModelComponent object to the ModelComponentCollection.(Inherited from ModelComponentCollection.) |
|
Add(String, IModelComponent) | Adds a IModelComponent object to the ModelComponentCollection.(Inherited from ModelComponentCollection.) |
|
Add(String, IModelComponent, Boolean) | Adds a IModelComponent object to the ModelComponentCollection.(Inherited from ModelComponentCollection.) |
See Also
MajorObjectCollection Class
Microsoft.AnalysisServices Namespace
Return to top