Méthode Create

Creates a registered server on the instance of SQL Server as defined by the ServerGroup object.

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
Public Sub Create
'Utilisation
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()

Implémente

ICreatable. . :: . .Create() () () ()

Notes

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.

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.