ServerGroup Constructor (ServerGroup, String)
Initializes a new instance of the ServerGroup object based on the specified server group and with the specified name.
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Sub New ( _
serverGroup As ServerGroup, _
name As String _
)
'Usage
Dim serverGroup As ServerGroup
Dim name As String
Dim instance As New ServerGroup(serverGroup, _
name)
public ServerGroup(
ServerGroup serverGroup,
string name
)
public:
ServerGroup(
ServerGroup^ serverGroup,
String^ name
)
new :
serverGroup:ServerGroup *
name:string -> ServerGroup
public function ServerGroup(
serverGroup : ServerGroup,
name : String
)
Parameters
- serverGroup
Type: Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup
A ServerGroup object value that specifies the server group on which to base the new server group.
- name
Type: System.String
A String value that specifies the name of the server group.
See Also
Reference
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace