共用方式為


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.

請參閱

參考

ModelComponentCollection 類別

Microsoft.AnalysisServices 命名空間