ModelComponentCollection Properties

 

Applies To: SQL Server (starting with 2016)

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

Properties

Name Description
System_CAPS_pubproperty Count

Gets the number of ModelComponent objects in the ModelComponentCollection.

System_CAPS_protproperty DemandLoadingService

Gets the demand loading service for the collection.

System_CAPS_pubproperty IsFixedSize

Gets a value indicating whether the ModelComponentCollection has a fixed size.

System_CAPS_pubproperty IsReadOnly

Gets a value indicating whether the ModelComponentCollection is read-only.

System_CAPS_pubproperty IsSynchronized

Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe).

System_CAPS_protproperty Item[Int32]

Gets the IModelComponent at the specified index.

System_CAPS_protproperty ItemsType

Gets the Type of objects that can be contained by the ModelComponentCollection.

System_CAPS_pubproperty Parent

Gets the IModelComponent that contains the ModelComponentCollection.

System_CAPS_protproperty Preloadable

Gets a value indicating whether the collection can be preloaded.

System_CAPS_pubproperty SyncRoot

Gets an object that can be used to synchronize access to the ModelComponentCollection.

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privproperty IOnDemandLoadableCollection.Loaded

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.Item[Int32]

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top