Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Invoked when the state of an operation changes.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Event ProgressChanged As EventHandler(Of DacProgressEventArgs)
'Usage
Dim instance As DacServices
Dim handler As EventHandler(Of DacProgressEventArgs)
AddHandler instance.ProgressChanged, handler
public event EventHandler<DacProgressEventArgs> ProgressChanged
public:
event EventHandler<DacProgressEventArgs^>^ ProgressChanged {
void add (EventHandler<DacProgressEventArgs^>^ value);
void remove (EventHandler<DacProgressEventArgs^>^ value);
}
member ProgressChanged : IEvent<EventHandler<DacProgressEventArgs>,
DacProgressEventArgs>
JScript supports the use of events, but not the declaration of new ones.