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

對應於聯邦物件的識別碼。

傳回

包含指定識別碼的聯邦物件。

適用於