AssemblyCollection.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[Int32] |
Obtient l’objet Assembly de la collection, à l’index spécifié. |
Item[String] |
Obtient l’objet Assembly de la collection avec l’identificateur spécifié. |
Item[Int32]
Obtient l’objet Assembly de la collection, à l’index spécifié.
public Microsoft.AnalysisServices.Assembly this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.Assembly
Default Public ReadOnly Property Item(index As Integer) As Assembly
Paramètres
Valeur de propriété
Assembly au niveau de l'index spécifié.
Exceptions
L’index spécifié n’est pas une valeur valide (inférieure à zéro ou supérieure au nombre total d’éléments).
S’applique à
Item[String]
Obtient l’objet Assembly de la collection avec l’identificateur spécifié.
public Microsoft.AnalysisServices.Assembly this[string id] { get; }
member this.Item(string) : Microsoft.AnalysisServices.Assembly
Default Public ReadOnly Property Item(id As String) As Assembly
Paramètres
Valeur de propriété
Assembly avec l’identificateur spécifié.
Exceptions
La collection ne contient pas d’objet Assembly avec l’identificateur spécifié.