Share via


ServerGroup.Import Method

Imports groups and servers saved to an XML file and adds them as children of the server group.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Declaration
Public Sub Import ( _
    file As String _
)
'Usage
Dim instance As ServerGroup
Dim file As String

instance.Import(file)
public void Import(
    string file
)
public:
void Import(
    String^ file
)
member Import : 
        file:string -> unit 
public function Import(
    file : String
)

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.