Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
- file
Type: System.String
A String value specifying the XML file.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.