다음을 통해 공유


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

채워야 하는 출력 매개 변수 컬렉션입니다.

특성

적용 대상