ModelComponent.OwningCollection 속성

Gets or sets the collection that contains the ModelComponent.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public Property OwningCollection As ModelComponentCollection 
    Get 
    Set
‘사용 방법
Dim instance As ModelComponent 
Dim value As ModelComponentCollection 

value = instance.OwningCollection

instance.OwningCollection = value
[BrowsableAttribute(false)]
public ModelComponentCollection OwningCollection { get; set; }
[BrowsableAttribute(false)]
public:
property ModelComponentCollection^ OwningCollection {
    ModelComponentCollection^ get ();
    void set (ModelComponentCollection^ value);
}
[<BrowsableAttribute(false)>]
member OwningCollection : ModelComponentCollection with get, set
function get OwningCollection () : ModelComponentCollection 
function set OwningCollection (value : ModelComponentCollection)

속성 값

유형: Microsoft.AnalysisServices.ModelComponentCollection
The collection containing a OwningCollection.

참고 항목

참조

ModelComponent 클래스

Microsoft.AnalysisServices 네임스페이스