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 版本支持此命名空间、类或成员。