Share via


SqlScriptEditorControl.MultiServerPropertiesDisplay.SetAggregateName 메서드

Sets the name of the multiserver connection.

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

구문

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

instance.SetAggregateName(name)
public void SetAggregateName(
    string name
)
public:
void SetAggregateName(
    String^ name
)
member SetAggregateName : 
        name:string -> unit
public function SetAggregateName(
    name : String
)

매개 변수

  • name
    유형: System.String
    A string value that contains the new name.

참고 항목

참조

SqlScriptEditorControl.MultiServerPropertiesDisplay 클래스

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