SqlClientConnectionOpenAfter Class

Definition

Contains diagnostic information emitted after a connection has been successfully opened.

public ref class SqlClientConnectionOpenAfter sealed : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IReadOnlyCollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IReadOnlyList<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public sealed class SqlClientConnectionOpenAfter : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string,object>>
type SqlClientConnectionOpenAfter = class
    interface IReadOnlyList<KeyValuePair<string, obj>>
    interface IReadOnlyCollection<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
type SqlClientConnectionOpenAfter = class
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
    interface IReadOnlyCollection<KeyValuePair<string, obj>>
    interface IReadOnlyList<KeyValuePair<string, obj>>
Public NotInheritable Class SqlClientConnectionOpenAfter
Implements IEnumerable(Of KeyValuePair(Of String, Object)), IReadOnlyCollection(Of KeyValuePair(Of String, Object)), IReadOnlyList(Of KeyValuePair(Of String, Object))
Inheritance
SqlClientConnectionOpenAfter
Implements

Constructors

Name Description
SqlClientConnectionOpenAfter()

Fields

Name Description
Name

The name of the event that needs to be enabled for the event to be raised.

Properties

Name Description
ClientVersion

The version of the SqlClient library.

Connection

The connection object that has been opened.

ConnectionId

The unique guid assigned to the connection.

Count

Gets the number of elements in the collection.

Item[Int32]

Gets the element at the specified index in the read-only list.

Operation

The name of the operation.

OperationId

A guid value used to correlate before, after and error events.

Statistics

An IDictionary of statistic information about the event that has completed.

Timestamp

The timestamp of the event.

Methods

Name Description
GetEnumerator()

Returns an enumerator that iterates through the collection.

Explicit Interface Implementations

Name Description
IEnumerable.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to