Aracılığıyla paylaş


ReportParameterCollection.Item Özelliği (String)

Alır ReportParameter belirtilen adı olan koleksiyon.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Default Property Item ( _
    name As String _
) As ReportParameter
    Get
'Kullanım
Dim instance As ReportParameterCollection
Dim name As String
Dim value As ReportParameter

value = instance(name)
public ReportParameter this[
    string name
] { get; }
public:
property ReportParameter^ default[String^ name] {
    ReportParameter^ get (String^ name);
}
member Item : ReportParameter
JScript, dizinli özelliklerin kullanılmasını destekler, ancak yenilerinin bildirilmesini desteklemez.

Parametreler

Özellik Değeri

Tür: Microsoft.AnalysisServices.ReportParameter
ReportParameter Tarafından belirtilen name.

Kural dışı durumlar

Özel durum Koşul
ArgumentNullException

namebir null başvuru (hiçbir şey Visual Basic).

ItemNotFoundException

nameiçinde yok koleksiyon.