Freigeben über


ReportParameterCollection.Item-Eigenschaft (Int32)

Gets the ReportParameter at the specified index from the collection.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ReportParameter 
    Get
'Usage
Dim instance As ReportParameterCollection 
Dim index As Integer 
Dim value As ReportParameter 

value = instance(index)
public ReportParameter this[
    int index
] { get; }
public:
property ReportParameter^ default[int index] {
    ReportParameter^ get (int index);
}
member Item : ReportParameter
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

Typ: Microsoft.AnalysisServices.ReportParameter
The ReportParameter at the specified index.

Ausnahmen

Ausnahme Bedingung
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

Siehe auch

Verweis

ReportParameterCollection Klasse

Item-Überladung

Microsoft.AnalysisServices-Namespace