Condividi tramite


Proprietà PropertyCollection.Item (String)

Ottiene l'oggetto Property specificato dalla raccolta PropertyCollection in base al relativo nome. In Microsoft Visual C# questa proprietà è l'indicizzatore per la classe PropertyCollection.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    name As String _
) As Property 
    Get
'Utilizzo
Dim instance As PropertyCollection 
Dim name As String 
Dim value As [Property]

value = instance(name)
public Property this[
    string name
] { get; }
public:
property Property^ default[String^ name] {
    Property^ get (String^ name);
}
member Item : Property
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

  • name
    Tipo: String
    Nome dell'oggetto Property da trovare.

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdServer.Property
Oggetto Property con il nome specificato.

Vedere anche

Riferimento

PropertyCollection Classe

Overload Item

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer