წაკითხვა ინგლისურად

გაზიარება არხიდან:


ModelComponentCollection.Item Property

Gets the IModelComponent at the specified index.

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

Syntax

C#
protected IModelComponent this[
    int index
] { get; }

Parameters

  • index
    Type: System.Int32
    The zero-based index of the [Microsoft.DataWarehouse.IModelComponent] to get.

Property Value

Type: Microsoft.AnalysisServices.IModelComponent
The [Microsoft.DataWarehouse.IModelComponent] at the specified index.

Exceptions

Exception Condition
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

Remarks

This property provides the ability to access a specific element in the collection by using the following syntax: myCollection[index].

See Also

Reference

ModelComponentCollection Class

Microsoft.AnalysisServices Namespace