Метод SetChildState

Sets the state value of the specified connection.

Пространство имен:  Microsoft.SqlServer.Management.MultiServerConnection
Сборка:  Microsoft.SqlServer.Management.MultiServerConnection (в Microsoft.SqlServer.Management.MultiServerConnection.dll)

Синтаксис

'Декларация
Sub SetChildState ( _
    childInfo As UIConnectionInfo, _
    state As String _
)
'Применение
Dim instance As IUpdateConnectionProperties
Dim childInfo As UIConnectionInfo
Dim state As String

instance.SetChildState(childInfo, state)
void SetChildState(
    UIConnectionInfo childInfo,
    string state
)
void SetChildState(
    UIConnectionInfo^ childInfo, 
    String^ state
)
abstract SetChildState : 
        childInfo:UIConnectionInfo * 
        state:string -> unit 
function SetChildState(
    childInfo : UIConnectionInfo, 
    state : String
)

Параметры