SqlScriptEditorControl.MultiServerPropertiesDisplay.SetAggregateState 메서드

Sets the state of the multiserver connection.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Public Sub SetAggregateState ( _
    state As String _
)
‘사용 방법
Dim instance As SqlScriptEditorControl.MultiServerPropertiesDisplay 
Dim state As String

instance.SetAggregateState(state)
public void SetAggregateState(
    string state
)
public:
virtual void SetAggregateState(
    String^ state
) sealed
abstract SetAggregateState : 
        state:string -> unit  
override SetAggregateState : 
        state:string -> unit
public final function SetAggregateState(
    state : String
)

매개 변수

  • state
    유형: System.String
    A string value that specifies the new state.

구현

IUpdateConnectionProperties.SetAggregateState(String)

참고 항목

참조

SqlScriptEditorControl.MultiServerPropertiesDisplay 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스