FederationCollection.Add(Federation) Method

Definition

Adds the specified federation at the end of the collection.

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

Parameters

federation
Federation

The federation to add in the collection.

Applies to