ServerGroup.Create 메서드
Creates a registered server on the instance of SQL Server as defined by the ServerGroup object.
네임스페이스: Microsoft.SqlServer.Management.RegisteredServers
어셈블리: Microsoft.SqlServer.Management.RegisteredServers(Microsoft.SqlServer.Management.RegisteredServers.dll)
구문
‘선언
Public Sub Create
‘사용 방법
Dim instance As ServerGroup
instance.Create()
public void Create()
public:
virtual void Create() sealed
abstract Create : unit -> unit
override Create : unit -> unit
public final function Create()
구현
주의
The Create method creates the server group on the instance of SQL Server. You can create a ServerGroup object variable and set properties, but the server group is not created on the instance of SQL Server until the Create method is called.
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.