IModelComponent.OwningCollection 속성

정의

현재 개체를 소유하는 컬렉션을 가져오거나 설정합니다.

public Microsoft.AnalysisServices.IModelComponentCollection OwningCollection { get; set; }
member this.OwningCollection : Microsoft.AnalysisServices.IModelComponentCollection with get, set
Public Property OwningCollection As IModelComponentCollection

속성 값

개체를 소유하는 컬렉션입니다.

설명

이 컬렉션에서 제거는 일반적으로 개체를 삭제합니다. 다른 개체 및 컬렉션은 이 개체에 모니커를 저장할 수 있지만 직접 참조는 저장할 수 없습니다.

적용 대상