Свойство 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.