AlgorithmParameterCollection.Item[] 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.
Surcharges
Item[String] |
Obtient l’élément AlgorithmParameter avec le nom spécifié. |
Item[Int32] |
Obtient l’élément AlgorithmParameter à l’index spécifié. |
Item[String]
Obtient l’élément AlgorithmParameter avec le nom spécifié.
public Microsoft.AnalysisServices.AlgorithmParameter this[string name] { get; }
member this.Item(string) : Microsoft.AnalysisServices.AlgorithmParameter
Default Public ReadOnly Property Item(name As String) As AlgorithmParameter
Paramètres
- name
- String
Nom de l’élément à obtenir.
Valeur de propriété
Élément AlgorithmParameter portant le nom spécifié.
Exceptions
Il n’existe par d’élément portant le nom spécifié dans la collection.
S’applique à
Item[Int32]
Obtient l’élément AlgorithmParameter à l’index spécifié.
public Microsoft.AnalysisServices.AlgorithmParameter this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.AlgorithmParameter
Default Public ReadOnly Property Item(index As Integer) As AlgorithmParameter
Paramètres
- index
- Int32
Index de base zéro de l'élément à obtenir.
Valeur de propriété
Élément AlgorithmParameter à l'index spécifié.
Exceptions
L’index spécifié n’est pas valide.