FederationCollection.ItemById(Int32) Metodo

Definizione

Restituisce l'oggetto federazione usando l'identificatore specificato.

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

Parametri

id
Int32

L'identificatore che corrisponde all'oggetto federazione.

Valori restituiti

L'oggetto federazione con l'identificatore specificato.

Si applica a