共用方式為


IModelComponent.OwningCollection 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the collection that owns the current object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Property OwningCollection As IModelComponentCollection 
    Get 
    Set
'用途
Dim instance As IModelComponent 
Dim value As IModelComponentCollection 

value = instance.OwningCollection

instance.OwningCollection = value
IModelComponentCollection OwningCollection { get; set; }
property IModelComponentCollection^ OwningCollection {
    IModelComponentCollection^ get ();
    void set (IModelComponentCollection^ value);
}
abstract OwningCollection : IModelComponentCollection with get, set
function get OwningCollection () : IModelComponentCollection 
function set OwningCollection (value : IModelComponentCollection)

屬性值

型別:Microsoft.AnalysisServices.IModelComponentCollection
The collection that owns the current object.

請參閱

參考

IModelComponent 介面

Microsoft.AnalysisServices 命名空間