IModelComponentCollection Interface

 

Applies To: SQL Server (starting with 2016)

Represents a collection of IModelComponent objects.

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

[GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")]
public interface class IModelComponentCollection : ICollection, 
	IEnumerable

NameDescription
System_CAPS_pubpropertyCount

(Inherited from ICollection.)

System_CAPS_pubpropertyIsSynchronized

(Inherited from ICollection.)

System_CAPS_pubpropertyParent

Gets the parent IModelComponent of the IModelComponentCollection.

System_CAPS_pubpropertySyncRoot

(Inherited from ICollection.)

NameDescription
System_CAPS_pubmethodContains(IModelComponent^)

Indicates whether the collection contains a specified IModelComponent.

System_CAPS_pubmethodCopyTo(Array^, Int32)

(Inherited from ICollection.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable.)

System_CAPS_pubmethodRemove(IModelComponent^)

Removes an IModelComponent from the collection.

System_CAPS_pubmethodRemove(IModelComponent^, Boolean)

Removes an IModelComponent from the collection.

Return to top
Show: