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

C#
protected abstract Type ItemsType { get; }

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