FederationCollection.ItemById(Int32) Method

Definition

Returns the federation object using the specified identifier.

public:
 Microsoft::SqlServer::Management::Smo::Federation ^ ItemById(int id);
public Microsoft.SqlServer.Management.Smo.Federation ItemById (int id);
member this.ItemById : int -> Microsoft.SqlServer.Management.Smo.Federation
Public Function ItemById (id As Integer) As Federation

Parameters

id
Int32

The identifier that corresponds to the federation object.

Returns

The federation object with the specified identifier.

Applies to