INamedComponent Interface
Applies To: SQL Server (starting with 2016)
Represents a named component.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | Description | Gets or sets the long description of the component. |
![]() | FriendlyPath | Gets a friendly path for this instance.(Inherited from IModelComponent.) |
![]() | ID | Gets or sets the engine ID of the component. |
![]() | Name | Gets or sets the name of the component as presented to user. |
![]() | OwningCollection | Gets or sets the collection that owns the current object.(Inherited from IModelComponent.) |
![]() | Parent | Gets the parent IModelComponent of this instance.(Inherited from IModelComponent.) |
![]() | Site | (Inherited from IComponent.) |
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from IDisposable.) |
| Name | Description | |
|---|---|---|
![]() | Disposed | (Inherited from IComponent.) |
Show:


