SaveBulkInsertAttributesEventHandler 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public delegate void SaveBulkInsertAttributesEventHandler(System::Object ^ sender, BulkInsertAttributesEventArgs ^ args);
public delegate void SaveBulkInsertAttributesEventHandler(object sender, BulkInsertAttributesEventArgs args);
type SaveBulkInsertAttributesEventHandler = delegate of obj * BulkInsertAttributesEventArgs -> unit
Public Delegate Sub SaveBulkInsertAttributesEventHandler(sender As Object, args As BulkInsertAttributesEventArgs)
参数
- sender
- Object