Langue

QEStatusBarManager.SetKnownState Méthode

Définition

Ç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

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

Retours

Une valeur de chaîne qui spécifie le nouveau statut.

S’applique à