Método SetChildServerName
Sets the server name for a child connection.
Namespace: Microsoft.SqlServer.Management.MultiServerConnection
Assembly: Microsoft.SqlServer.Management.MultiServerConnection (em Microsoft.SqlServer.Management.MultiServerConnection.dll)
Sintaxe
'Declaração
Sub SetChildServerName ( _
childInfo As UIConnectionInfo, _
serverName As String _
)
'Uso
Dim instance As IUpdateConnectionProperties
Dim childInfo As UIConnectionInfo
Dim serverName As String
instance.SetChildServerName(childInfo, _
serverName)
void SetChildServerName(
UIConnectionInfo childInfo,
string serverName
)
void SetChildServerName(
UIConnectionInfo^ childInfo,
String^ serverName
)
abstract SetChildServerName :
childInfo:UIConnectionInfo *
serverName:string -> unit
function SetChildServerName(
childInfo : UIConnectionInfo,
serverName : String
)
Parâmetros
- childInfo
Tipo: Microsoft.SqlServer.Management.Smo.RegSvrEnum. . :: . .UIConnectionInfo
Specifies the child connection to update.
- serverName
Tipo: System. . :: . .String
Specifies the new server name.
Consulte também