Share via


ModelComponentCollection.Add Method (String, IModelComponent, Boolean)

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
Protected Function Add ( _
    key As String, _
    item As IModelComponent, _
    updateDependents As Boolean _
) As Integer
protected int Add (
    string key,
    IModelComponent item,
    bool updateDependents
)
protected:
int Add (
    String^ key, 
    IModelComponent^ item, 
    bool updateDependents
)
protected int Add (
    String key, 
    IModelComponent item, 
    boolean updateDependents
)
protected function Add (
    key : String, 
    item : IModelComponent, 
    updateDependents : boolean
) : int

Paramètres

  • key
  • item
  • updateDependents

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ModelComponentCollection Class
ModelComponentCollection Members
Microsoft.AnalysisServices Namespace