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。

指定的数据模型已具有注册的项集合。

适用于