ModelComponentCollection.Count Property

 

Applies To: SQL Server (starting with 2016)

Gets the number of ModelComponent objects in the ModelComponentCollection.

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

Syntax

public int Count { get; }
public:
property int Count {
    virtual int get() sealed;
}
abstract Count : int with get
override Count : int with get
Public ReadOnly Property Count As Integer

Property Value

Type: System.Int32

The number of ModelComponent objects in the ModelComponentCollection.

Implements

ICollection.Count

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top