Constructeur ServerGroup (ServerGroup, String)

Initializes a new instance of the ServerGroup class that has the specified name and is a subgroup of the specified parent.

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    parent As ServerGroup, _
    name As String _
)
'Utilisation
Dim parent As ServerGroup
Dim name As String

Dim instance As New ServerGroup(parent, _
    name)
public ServerGroup(
    ServerGroup parent,
    string name
)
public:
ServerGroup(
    ServerGroup^ parent, 
    String^ name
)
new : 
        parent:ServerGroup * 
        name:string -> ServerGroup
public function ServerGroup(
    parent : ServerGroup, 
    name : String
)

Paramètres

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.