ServerGroup.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
)
매개 변수
- file
유형: System.String
A String value specifying the XML file.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.