QEStatusBarManager.SetKnownState Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ça fait passer la barre de statut à l’un de ses états connus. Cette classe gère à la fois l’icône et le texte pour ces états.
Surcharges
| Nom | Description |
|---|---|
| SetKnownState(QEStatusBarKnownStates, Int32, Int32) |
Ça fait passer la barre de statut à l’un de ses états connus. Cette classe gère à la fois l’icône et le texte pour ces états. |
| SetKnownState(QEStatusBarKnownStates) |
Ça fait passer la barre de statut à l’un de ses états connus. Cette classe gère à la fois l’icône et le texte pour ces états. |
SetKnownState(QEStatusBarKnownStates, Int32, Int32)
Ça fait passer la barre de statut à l’un de ses états connus. Cette classe gère à la fois l’icône et le texte pour ces états.
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
Paramètres
- newState
- QEStatusBarKnownStates
Objet QEStatusBarKnownStates.
- openConnectionCount
- Int32
Une valeur entière qui spécifie le nombre de connexions ouvertes.
- totalConnectionCount
- Int32
Une valeur entière qui spécifie le nombre total de connexions.
Retours
Une chaîne qui précise le nouveau statut.
S’applique à
SetKnownState(QEStatusBarKnownStates)
Ça fait passer la barre de statut à l’un de ses états connus. Cette classe gère à la fois l’icône et le texte pour ces états.
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
Paramètres
- newState
- QEStatusBarKnownStates
Objet QEStatusBarKnownStates.
Retours
Une valeur de chaîne qui spécifie le nouveau statut.