Свойство ModelComponentCollection.ItemsType
Gets the Type of objects that can be contained by the ModelComponentCollection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Protected MustOverride ReadOnly Property ItemsType As Type
Get
'Применение
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
Значение свойства
Тип: System.Type
The Type of objects that can be contained by the ModelComponentCollection.
Замечания
Derived classes that use ModelComponentCollection must override this property.