Propriété ModelComponentCollection.ItemsType
Gets the Type of objects that can be contained by the ModelComponentCollection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Protected MustOverride ReadOnly Property ItemsType As Type
Get
'Utilisation
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
Valeur de propriété
Type : System.Type
The Type of objects that can be contained by the ModelComponentCollection.
Notes
Derived classes that use ModelComponentCollection must override this property.