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 네임스페이스