Propriété AdomdParameterCollection.Count
Gets the number of AdomdParameter objects in the AdomdParameterCollection collection.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Count As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System.Int32
The number of AdomdParameter objects in the AdomdParameterCollection collection.