共用方式為


Import 方法

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

命名空間:  Microsoft.SqlServer.Management.RegisteredServers
組件:  Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

語法

'宣告
Public Sub Import ( _
    file As String _
)
'用途
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
)

參數

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。