INamedComponent Interface

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")> _
Public Interface INamedComponent _
    Inherits IModelComponent, IComponent, IDisposable
'Usage
Dim instance As INamedComponent
[GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")]
public interface INamedComponent : IModelComponent, 
    IComponent, IDisposable
[GuidAttribute(L"BBCC5A46-0217-4a45-ACAE-189239F101BF")]
public interface class INamedComponent : IModelComponent, 
    IComponent, IDisposable
[<GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")>]
type INamedComponent =  
    interface
        interface IModelComponent
        interface IComponent
        interface IDisposable
    end
public interface INamedComponent extends IModelComponent, IComponent, IDisposable

The INamedComponent type exposes the following members.

Properties

  Name Description
Public property Description
Public property FriendlyPath Infrastructure. (Inherited from IModelComponent.)
Public property ID
Public property Name
Public property OwningCollection Infrastructure. (Inherited from IModelComponent.)
Public property Parent Infrastructure. (Inherited from IModelComponent.)
Public property Site (Inherited from IComponent.)

Top

Methods

  Name Description
Public method Dispose (Inherited from IDisposable.)

Top

Events

  Name Description
Public event Disposed (Inherited from IComponent.)

Top