FederationCollection.ItemById(Int32) メソッド

定義

指定された識別子を使用してフェデレーション オブジェクトを返します。

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

パラメーター

id
Int32

フェデレーション オブジェクトに対応する識別子です。

戻り値

指定された識別子を持つフェデレーション オブジェクトです。

適用対象