MajorObjectCollection 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.(Inherited from ModelComponentCollection.)

System_CAPS_protproperty DemandLoadingService

Gets the demand loading service for the collection.(Inherited from ModelComponentCollection.)

System_CAPS_pubproperty IsFixedSize

Gets a value indicating whether the ModelComponentCollection has a fixed size.(Inherited from ModelComponentCollection.)

System_CAPS_pubproperty IsReadOnly

Gets a value indicating whether the ModelComponentCollection is read-only.(Inherited from ModelComponentCollection.)

System_CAPS_pubproperty IsSynchronized

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

System_CAPS_protproperty Item[Int32]

Gets the IModelComponent at the specified index.(Inherited from ModelComponentCollection.)

System_CAPS_protproperty ItemsType

Gets the Type of objects that can be contained by the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_pubproperty Parent

Gets the IModelComponent that contains the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_protproperty Preloadable

Gets a value indicating whether the collection can be preloaded.(Inherited from ModelComponentCollection.)

System_CAPS_pubproperty SyncRoot

Gets an object that can be used to synchronize access to the ModelComponentCollection.(Inherited from ModelComponentCollection.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privproperty IOnDemandLoadableCollection.Loaded

(Inherited from ModelComponentCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.Item[Int32]

(Inherited from ModelComponentCollection.)

See Also

MajorObjectCollection Class
Microsoft.AnalysisServices Namespace

Return to top