IUpdateConnectionProperties.SetChildServerName 메서드

Sets the server name for a child connection.

네임스페이스:  Microsoft.SqlServer.Management.MultiServerConnection
어셈블리:  Microsoft.SqlServer.Management.MultiServerConnection(Microsoft.SqlServer.Management.MultiServerConnection.dll)

구문

‘선언
Sub SetChildServerName ( _
    childInfo As UIConnectionInfo, _
    serverName As String _
)
‘사용 방법
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
)

매개 변수

  • serverName
    유형: System.String
    Specifies the new server name.

참고 항목

참조

IUpdateConnectionProperties 인터페이스

Microsoft.SqlServer.Management.MultiServerConnection 네임스페이스