Share via


MetadataWorkspace.RegisterItemCollection(ItemCollection) メソッド

定義

注意事項

Construct MetadataWorkspace using constructor that accepts metadata loading delegates.

関連付けられている各データ モデルに項目コレクションを登録します。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Obsolete("Construct MetadataWorkspace using constructor that accepts metadata loading delegates.")]
public virtual void RegisterItemCollection (System.Data.Entity.Core.Metadata.Edm.ItemCollection collection);
abstract member RegisterItemCollection : System.Data.Entity.Core.Metadata.Edm.ItemCollection -> unit
override this.RegisterItemCollection : System.Data.Entity.Core.Metadata.Edm.ItemCollection -> unit
Public Overridable Sub RegisterItemCollection (collection As ItemCollection)

パラメーター

collection
ItemCollection

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

属性

適用対象