INamedComponent Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a named component.
[System.Runtime.InteropServices.Guid("BBCC5A46-0217-4a45-ACAE-189239F101BF")]
public interface INamedComponent : IDisposable, Microsoft.AnalysisServices.IModelComponent, System.ComponentModel.IComponent
[<System.Runtime.InteropServices.Guid("BBCC5A46-0217-4a45-ACAE-189239F101BF")>]
type INamedComponent = interface
interface IModelComponent
interface IComponent
interface IDisposable
Public Interface INamedComponent
Implements IComponent, IDisposable, IModelComponent
- Derived
- Attributes
- Implements
Properties
Description |
Gets or sets the description of the component. |
FriendlyPath |
Gets a friendly path for this object. (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 object. (Inherited from IModelComponent) |