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 命名空间