Lenguaje

SqlScriptEditorControl.MultiServerPropertiesDisplay.SetChildServerName Método

Definición

Establece el nombre del servidor para una conexión hija.

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

Parámetros

childInfo
UIConnectionInfo

El UIConnectionInfo objeto para que la conexión se actualice.

serverName
String

Un valor de cadena que contiene el nombre del servidor.

Implementaciones

Se aplica a