RegisteredServer 생성자 (ServerGroup, String)
Initializes a new instance of the RegisteredServer object.
네임스페이스: Microsoft.SqlServer.Management.Smo.RegisteredServers
어셈블리: Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
Public Sub New ( _
serverGroup As ServerGroup, _
name As String _
)
‘사용 방법
Dim serverGroup As ServerGroup
Dim name As String
Dim instance As New RegisteredServer(serverGroup, _
name)
public RegisteredServer(
ServerGroup serverGroup,
string name
)
public:
RegisteredServer(
ServerGroup^ serverGroup,
String^ name
)
new :
serverGroup:ServerGroup *
name:string -> RegisteredServer
public function RegisteredServer(
serverGroup : ServerGroup,
name : String
)
매개 변수
- serverGroup
형식: Microsoft.SqlServer.Management.Smo.RegisteredServers. . :: . .ServerGroup
The T: [Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup] to which the new registered server should be added.
- name
형식: System. . :: . .String
A String value that specifies the name of the registered server.