Partilhar via


Propriedade do RDL IModelComponent.OwningCollection

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the collection that owns the current object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IModelComponent Interface

Namespace Microsoft.AnalysisServices