Lenguaje

ScriptFactory.CurrentlyActiveWndConnectionInfo Propiedad

Definición

Obtiene la información de conexión del frame actualmente activo. Si el frame activo no es una de las ventanas basadas en ventanas y no tiene información de conexión asociada, la propiedad devuelve 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

Valor de propiedad

Un objeto SqlConnectionInfo.

Implementaciones

Se aplica a