IModelComponentCollection Methods

 

Applies To: SQL Server (starting with 2016)

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

Methods

Name Description
System_CAPS_pubmethod Contains(IModelComponent)

Indicates whether the collection contains a specified IModelComponent.

System_CAPS_pubmethod CopyTo(Array, Int32)

(Inherited from ICollection.)

System_CAPS_pubmethod GetEnumerator()

(Inherited from IEnumerable.)

System_CAPS_pubmethod Remove(IModelComponent)

Removes an IModelComponent from the collection.

System_CAPS_pubmethod Remove(IModelComponent, Boolean)

Removes an IModelComponent from the collection.

See Also

IModelComponentCollection Interface
Microsoft.AnalysisServices Namespace

Return to top