Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the IModelComponent that contains the ModelComponentCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As IModelComponent
Get
'Usage
Dim instance As ModelComponentCollection
Dim value As IModelComponent
value = instance.Parent
public IModelComponent Parent { get; }
public:
virtual property IModelComponent^ Parent {
IModelComponent^ get () sealed;
}
abstract Parent : IModelComponent
override Parent : IModelComponent
final function get Parent () : IModelComponent
Property Value
Type: Microsoft.AnalysisServices.IModelComponent
The IModelComponent that contains the ModelComponentCollection.
Implements
IModelComponentCollection.Parent