Прочетете на английски

Споделяне чрез


MiningModelColumnCollection.Item[] Property

Definition

Overloads

Item[Int32]

Gets the MiningModelColumn, at the specified index, from the collection.

Item[String]

Gets the MiningModelColumn, with the specified identifier, from the collection.

Item[Int32]

Gets the MiningModelColumn, at the specified index, from the collection.

C#
public Microsoft.AnalysisServices.MiningModelColumn this[int index] { get; }

Parameters

index
Int32

The zero-based index of the MiningModelColumn to be returned.

Property Value

The MiningModelColumn at the specified index.

Exceptions

The specified index is not a valid value (less than zero or bigger then the total number of elements).

Applies to

Analysis Services SDK for .NET latest
Продукт Версии
Analysis Services SDK for .NET latest

Item[String]

Gets the MiningModelColumn, with the specified identifier, from the collection.

C#
public Microsoft.AnalysisServices.MiningModelColumn this[string id] { get; }

Parameters

id
String

The identifier of the MiningModelColumn to be returned.

Property Value

The MiningModelColumn with the specified identifier.

Exceptions

The collection doesn't contain a MiningModelColumn with the specified identifier.

Applies to

Analysis Services SDK for .NET latest
Продукт Версии
Analysis Services SDK for .NET latest