Compartir a través de


IModelComponent.OwningCollection Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the collection that owns the current object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Property OwningCollection As IModelComponentCollection 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IModelComponent Interfaz

Espacio de nombres Microsoft.AnalysisServices