Compartilhar via


Propriedade do RDL ModelComponentCollection.ItemsType

Gets the Type of objects that can be contained by the ModelComponentCollection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Protected MustOverride ReadOnly Property ItemsType As Type 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Type
The Type of objects that can be contained by the ModelComponentCollection.

Comentários

Derived classes that use ModelComponentCollection must override this property.

Consulte também

Referência

ModelComponentCollection Classe

Namespace Microsoft.AnalysisServices