ModelComponentCollection.Add Method (String, IModelComponent)
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds a IModelComponent object to the ModelComponentCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Parameters
- key
- Type: System.String
The key.
- item
- Type: Microsoft.AnalysisServices.IModelComponent
The item to add.
