QEStatusBarManager.SetKnownState Metodo

Definizione

Esegue la transizione della barra di stato a uno degli stati noti. Questa classe gestisce sia l'icona che il testo degli stati.

Overload

SetKnownState(QEStatusBarKnownStates, Int32, Int32)

Esegue la transizione della barra di stato a uno degli stati noti. Questa classe gestisce sia l'icona che il testo degli stati.

SetKnownState(QEStatusBarKnownStates)

Esegue la transizione della barra di stato a uno degli stati noti. Questa classe gestisce sia l'icona che il testo degli stati.

SetKnownState(QEStatusBarKnownStates, Int32, Int32)

Esegue la transizione della barra di stato a uno degli stati noti. Questa classe gestisce sia l'icona che il testo degli stati.

public:
 System::String ^ SetKnownState(Microsoft::SqlServer::Management::UI::VSIntegration::Editors::QEStatusBarKnownStates newState, int openConnectionCount, int totalConnectionCount);
public string SetKnownState (Microsoft.SqlServer.Management.UI.VSIntegration.Editors.QEStatusBarKnownStates newState, int openConnectionCount, int totalConnectionCount);
member this.SetKnownState : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.QEStatusBarKnownStates * int * int -> string
Public Function SetKnownState (newState As QEStatusBarKnownStates, openConnectionCount As Integer, totalConnectionCount As Integer) As String

Parametri

openConnectionCount
Int32

Valore intero che specifica il numero di connessioni aperte.

totalConnectionCount
Int32

Valore intero che specifica il numero totale di connessioni aperte.

Restituisce

String

Stringa che specifica il nuovo stato.

Si applica a

SetKnownState(QEStatusBarKnownStates)

Esegue la transizione della barra di stato a uno degli stati noti. Questa classe gestisce sia l'icona che il testo degli stati.

public:
 System::String ^ SetKnownState(Microsoft::SqlServer::Management::UI::VSIntegration::Editors::QEStatusBarKnownStates newState);
public string SetKnownState (Microsoft.SqlServer.Management.UI.VSIntegration.Editors.QEStatusBarKnownStates newState);
member this.SetKnownState : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.QEStatusBarKnownStates -> string
Public Function SetKnownState (newState As QEStatusBarKnownStates) As String

Parametri

Restituisce

String

Valore stringa che specifica il nuovo stato.

Si applica a