Proprietà IModelComponent.OwningCollection
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the collection that owns the current object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Property OwningCollection As IModelComponentCollection
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.AnalysisServices.IModelComponentCollection
The collection that owns the current object.