AdomdParameterCollection.Count Property

 

Gets the number of AdomdParameter objects in the AdomdParameterCollection collection.

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

Syntax

[BrowsableAttribute(false)]
public int Count { get; }
public:
[BrowsableAttribute(false)]
property int Count {
    virtual int get() sealed;
}
[<BrowsableAttribute(false)>]
abstract Count : int with get
[<BrowsableAttribute(false)>]
override Count : int with get
<BrowsableAttribute(False)>
Public ReadOnly Property Count As Integer

Property Value

Type: System.Int32

The number of AdomdParameter objects in the AdomdParameterCollection collection.

Implements

ICollection.Count

See Also

AdomdParameterCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top