共用方式為


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.