ItemsType プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
このメンバーは ModelComponentCollection. . :: . .ItemsType をオーバーライドします。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Protected Overrides ReadOnly Property ItemsType As Type
Get
'使用
Dim value As Type
value = Me.ItemsType
protected override Type ItemsType { get; }
protected:
virtual property Type^ ItemsType {
Type^ get () override;
}
abstract ItemsType : Type
override ItemsType : Type
override function get ItemsType () : Type