IModelComponentCollection.Parent Property
Applies To: SQL Server (starting with 2016)
Gets the parent IModelComponent of the IModelComponentCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
IModelComponent Parent { get; }
property IModelComponent^ Parent {
IModelComponent^ get();
}
abstract Parent : IModelComponent with get
ReadOnly Property Parent As IModelComponent
Property Value
Type: Microsoft.AnalysisServices.IModelComponent
The parent IModelComponent of the IModelComponentCollection.
See Also
IModelComponentCollection Interface
Microsoft.AnalysisServices Namespace
Return to top