OwningCollection-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Property OwningCollection As IModelComponentCollection
Get
Set
'Usage
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)
Eigenschaftenwert
Typ: Microsoft.AnalysisServices. . :: . .IModelComponentCollection