UIConnectionInfoUtil.NewConnectionFromQEEvent Method

Definition

Executes the NewConnectionFromQE event if somebody has subscribed to it.

Overloads

NewConnectionFromQEEvent(Object, UIConnectionGroupInfo)

Executes the NewConnectionFromQE event if somebody has subscribed to it with the specified sender and connection information list.

NewConnectionFromQEEvent(Object, UIConnectionInfo)

Executes the NewConnectionFromQE event if somebody has subscribed to it with the sender and connection information.

NewConnectionFromQEEvent(Object, UIConnectionGroupInfo)

Executes the NewConnectionFromQE event if somebody has subscribed to it with the specified sender and connection information list.

public:
 static void NewConnectionFromQEEvent(System::Object ^ sender, Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionGroupInfo ^ connectionInfoList);
public static void NewConnectionFromQEEvent (object sender, Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo connectionInfoList);
static member NewConnectionFromQEEvent : obj * Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo -> unit
Public Shared Sub NewConnectionFromQEEvent (sender As Object, connectionInfoList As UIConnectionGroupInfo)

Parameters

sender
Object

An object that represents the sender.

connectionInfoList
UIConnectionGroupInfo

The list of the connection information.

Applies to

NewConnectionFromQEEvent(Object, UIConnectionInfo)

Executes the NewConnectionFromQE event if somebody has subscribed to it with the sender and connection information.

public:
 static void NewConnectionFromQEEvent(System::Object ^ sender, Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ conInfo);
public static void NewConnectionFromQEEvent (object sender, Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo conInfo);
static member NewConnectionFromQEEvent : obj * Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> unit
Public Shared Sub NewConnectionFromQEEvent (sender As Object, conInfo As UIConnectionInfo)

Parameters

sender
Object

An object the represents the sender.

conInfo
UIConnectionInfo

The information of the connection.

Applies to