AggregationDesignAttributeCollection.Add Méthode
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
Add(AggregationDesignAttribute) |
Ajoute le AggregationDesignAttribute spécifié à la fin de la collection. |
Add(String) |
Crée un objet AggregationDesignAttribute en utilisant l’AttributeID spécifié, l’ajoute à la fin de la collection et retourne le nouvel AggregationDesignAttribute créé. |
Add(AggregationDesignAttribute)
Ajoute le AggregationDesignAttribute spécifié à la fin de la collection.
public int Add (Microsoft.AnalysisServices.AggregationDesignAttribute item);
override this.Add : Microsoft.AnalysisServices.AggregationDesignAttribute -> int
Public Function Add (item As AggregationDesignAttribute) As Integer
Paramètres
Objet AggregationDesignAttribute à ajouter.
Retours
Index de base zéro auquel l’objet AggregationDesignAttribute a été ajouté à la collection.
Exceptions
- L’élément spécifié est une référence Null (Nothing en Visual Basic).
- L’élément spécifié existe déjà dans la collection.
- L’AttributeID du spécifié AggregationDesignAttribute n’est pas valide dans la collection.
- Le nom du spécifié AggregationDesignAttribute n’est pas valide dans la collection.
- Le niveau de compatibilité du spécifié AggregationDesignAttribute n’est pas valide dans la collection.
S’applique à
Add(String)
Crée un objet AggregationDesignAttribute en utilisant l’AttributeID spécifié, l’ajoute à la fin de la collection et retourne le nouvel AggregationDesignAttribute créé.
public Microsoft.AnalysisServices.AggregationDesignAttribute Add (string attributeId);
override this.Add : string -> Microsoft.AnalysisServices.AggregationDesignAttribute
Public Function Add (attributeId As String) As AggregationDesignAttribute
Paramètres
- attributeId
- String
AttributeID du nouvel objet AggregationDesignAttribute.
Retours
Objet AggregationDesignAttribute nouvellement créé.
Exceptions
L’AttributeID spécifié n’est pas valide dans la collection.