次の方法で共有


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

実装

適用対象