Compartilhar via


Propriedade do RDL MiningServiceCollection.Item (Int32)

Gets the specified MiningService from the MiningServiceCollection collection by its index.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

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

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

Parâmetros

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdClient.MiningService
The mining service at the specified index.

Comentários

In Microsoft Visual C#, this property is the indexer for the MiningServiceCollection class.

Consulte também

Referência

MiningServiceCollection Classe

Sobrecarregado Item

Namespace Microsoft.AnalysisServices.AdomdClient