言語

QEStatusBarManager.SetKnownState メソッド

定義

ステータスバーを既知の状態の一つに移行させる。 このクラスは、その状態のアイコンとテキストの両方を管理します。

オーバーロード

名前 説明
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 オブジェクト。

返品

新しいステータスを指定する文字列の値です。

適用対象