Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Represents the event activated when connection processing begins.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Event ConnectionProcessingStarted As Policy.ConnectionProcessingStartedEventHandler
'Usage
Dim instance As Policy
Dim handler As Policy.ConnectionProcessingStartedEventHandler
AddHandler instance.ConnectionProcessingStarted, handler
public event Policy.ConnectionProcessingStartedEventHandler ConnectionProcessingStarted
public:
event Policy.ConnectionProcessingStartedEventHandler^ ConnectionProcessingStarted {
void add (Policy.ConnectionProcessingStartedEventHandler^ value);
void remove (Policy.ConnectionProcessingStartedEventHandler^ value);
}
member ConnectionProcessingStarted : IEvent<Policy.ConnectionProcessingStartedEventHandler,
Policy.ConnectionProcessingStartedEventArgs>
JScript supports the use of events, but not the declaration of new ones.