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인 경우

지정한 데이터 모델에 항목 컬렉션이 이미 등록되어 있는 경우

적용 대상