次の方法で共有


ServerGroupCollection.Add(ServerGroup) メソッド

定義

ServerGroup オブジェクトを ServerGroupCollection コレクションに追加します。

public:
 void Add(Microsoft::SqlServer::Management::Smo::RegisteredServers::ServerGroup ^ registeredServer);
public void Add (Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup registeredServer);
member this.Add : Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup -> unit
Public Sub Add (registeredServer As ServerGroup)

パラメーター

registeredServer
ServerGroup

ServerGroup オブジェクトに追加される ServerGroupCollection オブジェクトです。

コレクションの使用

適用対象