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.