Compartilhar via


Propriedade do RDL MiningContentNodeCollection.Item (Int32)

Obtém o MiningContentNode especificado na coleção por seu índice. No Microsoft Visual C#, esta propriedade é o indexador da classe MiningContentNodeCollection.

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

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As MiningContentNode 
    Get
'Uso
Dim instance As MiningContentNodeCollection 
Dim index As Integer 
Dim value As MiningContentNode 

value = instance(index)
public MiningContentNode this[
    int index
] { get; }
public:
property MiningContentNode^ default[int index] {
    MiningContentNode^ get (int index);
}
member Item : MiningContentNode
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningContentNode
O MiningContentNode no índice especificado.

Consulte também

Referência

MiningContentNodeCollection Classe

Sobrecarregado Item

Namespace Microsoft.AnalysisServices.AdomdServer