Compartilhar via


Propriedade do RDL MiningAttributeCollection.Item (Int32)

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

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

Sintaxe

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

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

Parâmetros

  • index
    Tipo: Int32
    O índice de base zero do MiningAttribute a ser localizado.

Valor da propriedade

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

Consulte também

Referência

MiningAttributeCollection Classe

Sobrecarregado Item

Namespace Microsoft.AnalysisServices.AdomdServer