Compartir a través de


ModelComponentCollection.CollectionChanging Event

This event supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.

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

Sintaxis

'Declaración
Public Event CollectionChanging As CollectionChangeEventHandler
public event CollectionChangeEventHandler CollectionChanging
public:
event CollectionChangeEventHandler^ CollectionChanging {
    void add (CollectionChangeEventHandler^ value);
    void remove (CollectionChangeEventHandler^ value);
}
/** @event */
public void add_CollectionChanging (CollectionChangeEventHandler value)

/** @event */
public void remove_CollectionChanging (CollectionChangeEventHandler value)
JScript permite el uso de eventos, pero no la declaración de otros nuevos.

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