Compartir a través de


ModelComponentCollection.ItemsType Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Comentarios

Derived classes that use ModelComponentCollection must override this property.

Vea también

Referencia

ModelComponentCollection Clase

Espacio de nombres Microsoft.AnalysisServices