Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.