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.