Свойство AdomdParameterCollection.Count

Gets the number of AdomdParameter objects in the AdomdParameterCollection collection.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Count As Integer 
    Get
'Применение
Dim instance As AdomdParameterCollection 
Dim value As Integer 

value = instance.Count
[BrowsableAttribute(false)]
public int Count { get; }
[BrowsableAttribute(false)]
public:
virtual property int Count {
    int get () sealed;
}
[<BrowsableAttribute(false)>]
abstract Count : int
[<BrowsableAttribute(false)>]
override Count : int
final function get Count () : int

Значение свойства

Тип: System.Int32
The number of AdomdParameter objects in the AdomdParameterCollection collection.

Реализует

ICollection.Count

См. также

Справочник

AdomdParameterCollection Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient