IUpdateConnectionProperties.SetChildState(UIConnectionInfo, String) メソッド

定義

指定された接続の状態の値を設定します。

public:
 void SetChildState(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ childInfo, System::String ^ state);
public void SetChildState (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo childInfo, string state);
abstract member SetChildState : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * string -> unit
Public Sub SetChildState (childInfo As UIConnectionInfo, state As String)

パラメーター

childInfo
UIConnectionInfo

更新する接続を指定します。

state
String

新しい状態の値を指定します。

適用対象