ModelComponentCollection.ItemsType プロパティ
ModelComponentCollection に含まれる可能性のあるオブジェクトの Type を取得します。
名前空間: 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
ModelComponentCollection に含まれる可能性のあるオブジェクトの Type です。
説明
ModelComponentCollection を使用する派生クラスは、このプロパティをオーバーライドする必要があります。