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

페더레이션 개체에 해당하는 식별자입니다.

반환

지정한 식별자를 가진 페더레이션 개체입니다.

적용 대상