Propriedade do RDL ItemsType
Gets the Type of objects that can be contained by the ModelComponentCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Type
The Type of objects that can be contained by the ModelComponentCollection.