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

登録対象となる出力パラメーター コレクション。

属性

例外

collection 引数が NULL です。

指定されたデータ モデルには、既に登録済みの項目コレクションが存在します。

適用対象