ScriptFactory.CurrentlyActiveWndConnectionInfo 属性

定义

获取当前活动的框架的连接信息。 如果活动的框架不是一个基于窗口的窗口且不具有与其关联的连接信息,则该属性返回 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

属性值

SqlConnectionInfo 对象。

实现

适用于