Policy.ConnectionProcessingStartedEventArgs Class
Represents the arguments that are passed to the event handler when the connection processing has started.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public NotInheritable Class ConnectionProcessingStartedEventArgs _
Inherits EventArgs
'Usage
Dim instance As Policy.ConnectionProcessingStartedEventArgs
public sealed class ConnectionProcessingStartedEventArgs : EventArgs
public ref class ConnectionProcessingStartedEventArgs sealed : public EventArgs
[<SealedAttribute>]
type ConnectionProcessingStartedEventArgs =
class
inherit EventArgs
end
public final class ConnectionProcessingStartedEventArgs extends EventArgs
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.SqlServer.Management.Dmf.Policy.ConnectionProcessingStartedEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.