Freigeben über


AdomdParameterCollection.Count-Eigenschaft

Ruft die Anzahl der AdomdParameter-Objekte in der AdomdParameterCollection-Auflistung ab.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Count As Integer 
    Get
'Usage
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

Eigenschaftswert

Typ: Int32
Die Anzahl der AdomdParameter-Objekte in der AdomdParameterCollection-Auflistung.

Siehe auch

Verweis

AdomdParameterCollection Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace