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

与联合对象相对应的标识符。

返回

具有指定标识符的联合对象。

适用于