CollectionChanging 事件

此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Event CollectionChanging As CollectionChangeEventHandler
用法
Dim instance As ModelComponentCollection
Dim handler As CollectionChangeEventHandler

AddHandler instance.CollectionChanging, handler
public event CollectionChangeEventHandler CollectionChanging
public:
 event CollectionChangeEventHandler^ CollectionChanging {
    void add (CollectionChangeEventHandler^ value);
    void remove (CollectionChangeEventHandler^ value);
}
member CollectionChanging : IEvent<CollectionChangeEventHandler,
    CollectionChangeEventArgs>
JScript 支持使用事件,但不支持声明新事件。