Compartir a través de


TupleCollection.Count Propiedad

Gets the number of Tuple objects in the collection.

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

Sintaxis

'Declaración
Public ReadOnly Property Count As Integer 
    Get
'Uso
Dim instance As TupleCollection 
Dim value As Integer 

value = instance.Count
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int
function get Count () : int

Valor de la propiedad

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

Vea también

Referencia

TupleCollection Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer