QEStatusBarManager.SetKnownState メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ステータスバーを既知の状態の一つに移行させる。 このクラスは、その状態のアイコンとテキストの両方を管理します。
オーバーロード
| 名前 | 説明 |
|---|---|
| SetKnownState(QEStatusBarKnownStates, Int32, Int32) |
ステータスバーを既知の状態の一つに移行させる。 このクラスは、その状態のアイコンとテキストの両方を管理します。 |
| SetKnownState(QEStatusBarKnownStates) |
ステータスバーを既知の状態の一つに移行させる。 このクラスは、その状態のアイコンとテキストの両方を管理します。 |
SetKnownState(QEStatusBarKnownStates, Int32, Int32)
ステータスバーを既知の状態の一つに移行させる。 このクラスは、その状態のアイコンとテキストの両方を管理します。
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
パラメーター
- newState
- QEStatusBarKnownStates
QEStatusBarKnownStates オブジェクト。
- openConnectionCount
- Int32
開いている接続数を指定する整数の値です。
- totalConnectionCount
- Int32
接続の総数を指定する整数の数値です。
返品
新しい状態を指定する文字列です。
適用対象
SetKnownState(QEStatusBarKnownStates)
ステータスバーを既知の状態の一つに移行させる。 このクラスは、その状態のアイコンとテキストの両方を管理します。
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
パラメーター
- newState
- QEStatusBarKnownStates
QEStatusBarKnownStates オブジェクト。
返品
新しいステータスを指定する文字列の値です。