MetadataProperties.Item[String] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un élément de la collection associé au nom spécifié.
public:
property Microsoft::ReportingServices::RdlObjectModel::MetadataProperty ^ default[System::String ^] { Microsoft::ReportingServices::RdlObjectModel::MetadataProperty ^ get(System::String ^ name); };
public Microsoft.ReportingServices.RdlObjectModel.MetadataProperty this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.RdlObjectModel.MetadataProperty
Default Public ReadOnly Property Item(name As String) As MetadataProperty
Paramètres
- name
- String
Nom de l'élément dans la collection.
Valeur de propriété
Objet MetadataProperty qui porte le nom spécifié.