QEStatusBarManager.SetKnownState Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- newState
- QEStatusBarKnownStates
Oggetto QEStatusBarKnownStates .
- openConnectionCount
- Int32
Valore intero che specifica il numero di connessioni aperte.
- totalConnectionCount
- Int32
Valore intero che specifica il numero totale di connessioni aperte.
Restituisce
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
- newState
- QEStatusBarKnownStates
Oggetto QEStatusBarKnownStates .
Restituisce
Valore stringa che specifica il nuovo stato.