Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Type of objects that can be contained by the ModelComponentCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property ItemsType As Type
Get
'Usage
Dim value As Type
value = Me.ItemsType
protected abstract Type ItemsType { get; }
protected:
virtual property Type^ ItemsType {
Type^ get () abstract;
}
abstract ItemsType : Type
abstract function get ItemsType () : Type
Property Value
Type: System.Type
The Type of objects that can be contained by the ModelComponentCollection.
Remarks
Derived classes that use ModelComponentCollection must override this property.