言語

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 です。

指定されたデータ モデルには、既に項目コレクションが登録されています。

適用対象