ModelComponentCollection.ItemsType Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

protected abstract Type ItemsType { get; }
protected:
property Type^ ItemsType {
    virtual Type^ get() abstract;
}
abstract ItemsType : Type with get
Protected MustOverride ReadOnly Property ItemsType As Type

Property Value

Type: System.Type

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

Remarks

Derived classes that use ModelComponentCollection must override this property.

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top