Compartir a través de


ModelComponentCollection.Add Method (String, IModelComponent)

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
Protected Function Add ( _
    key As String, _
    item As IModelComponent _
) As Integer
protected int Add (
    string key,
    IModelComponent item
)
protected:
int Add (
    String^ key, 
    IModelComponent^ item
)
protected int Add (
    String key, 
    IModelComponent item
)
protected function Add (
    key : String, 
    item : IModelComponent
) : int

Parámetros

  • key
  • item

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ModelComponentCollection Class
ModelComponentCollection Members
Microsoft.AnalysisServices Namespace