OlapInfoCubeCollection.Count Property

 

Gets the number of OlapInfoCube objects in the collection.

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

Implements

ICollection.Count

See Also

OlapInfoCubeCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top