Proprietà ModelComponentCollection.ItemsType

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Protected MustOverride ReadOnly Property ItemsType As Type 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

Derived classes that use ModelComponentCollection must override this property.

Vedere anche

Riferimento

ModelComponentCollection Classe

Spazio dei nomi Microsoft.AnalysisServices