Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the Type of objects that can be contained by the ModelComponentCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property ItemsType As Type
Get
'Usage
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
Eigenschaftswert
Typ: System.Type
The Type of objects that can be contained by the ModelComponentCollection.
Hinweise
Derived classes that use ModelComponentCollection must override this property.