ModelComponentCollection.ItemsType Property

 

Applies To: SQL Server (starting with 2016)

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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.

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top