言語

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 オブジェクト。

実装

適用対象