Propriété PropertyCollection.Item (String)
Obtient le Property spécifié de la collection PropertyCollection par son nom. Dans Microsoft Visual C#, cette propriété est l'indexeur de la classe PropertyCollection.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As Property
Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- name
Type : String
Nom du Property à rechercher.
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdServer.Property
Property avec le nom spécifié.