共用方式為


MetadataWorkspace.RegisterItemCollection(ItemCollection) 方法

定義

重要

此 API 不符合 CLS 規範。

將項目集合註冊到每個相關聯的資料模型。

public:
 void RegisterItemCollection(System::Data::Metadata::Edm::ItemCollection ^ collection);
public void RegisterItemCollection (System.Data.Metadata.Edm.ItemCollection collection);
[System.CLSCompliant(false)]
public void RegisterItemCollection (System.Data.Metadata.Edm.ItemCollection collection);
member this.RegisterItemCollection : System.Data.Metadata.Edm.ItemCollection -> unit
[<System.CLSCompliant(false)>]
member this.RegisterItemCollection : System.Data.Metadata.Edm.ItemCollection -> unit
Public Sub RegisterItemCollection (collection As ItemCollection)

參數

collection
ItemCollection

需要裝滿的輸出參數集合。

屬性

例外狀況

集合引數是 Null。

指定的資料模型已註冊項目集合。

適用於