ScriptFactory.CurrentlyActiveWndConnectionInfo Property

Definition

Gets the connection information of the currently active frame. If the active frame is not one of the window based windows and doesn't have connection information associated with it, the property returns null.

public:
 property Microsoft::SqlServer::Management::UI::VSIntegration::Editors::CurrentlyActiveWndConnectionInfo ^ CurrentlyActiveWndConnectionInfo { Microsoft::SqlServer::Management::UI::VSIntegration::Editors::CurrentlyActiveWndConnectionInfo ^ get(); };
public Microsoft.SqlServer.Management.UI.VSIntegration.Editors.CurrentlyActiveWndConnectionInfo CurrentlyActiveWndConnectionInfo { get; }
member this.CurrentlyActiveWndConnectionInfo : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.CurrentlyActiveWndConnectionInfo
Public ReadOnly Property CurrentlyActiveWndConnectionInfo As CurrentlyActiveWndConnectionInfo

Property Value

A SqlConnectionInfo object.

Implements

Applies to