MiningDistributionCollection.Item Property (Int32)

 

Gets the specified MiningDistribution from the collection by its index. In Microsoft Visual C#, this property is the indexer for the MiningDistributionCollection class.

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

Syntax

public MiningDistribution this[
    int index
] { get; }
public:
property MiningDistribution^ default[
    int index
] {
    MiningDistribution^ get(int index);
}
member Item : 
        index:int -> MiningDistribution with get
Public ReadOnly Property Item (
    index As Integer
) As MiningDistribution

Parameters

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningDistribution

The MiningDistribution at the specified index.

See Also

MiningDistributionCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top