XmlaResultCollection.Count Property

 

Applies To: SQL Server 2016 Preview

Gets the number of XmlaResult objects in the collection.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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 XmlaResult objects in the collection.

Implements

ICollection.Count

See Also

XmlaResultCollection Class
Microsoft.AnalysisServices Namespace

Return to top