Compartir a través de


Count Propiedad

Gets the number of AdomdParameter objects in the AdomdParameterCollection collection.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Count As Integer
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Int32
The number of AdomdParameter objects in the AdomdParameterCollection collection.