INamedComponent Interface

This API supports the SQL Server 2012 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 Gets or sets the long description of the component.
Public property FriendlyPath Infrastructure. Gets a friendly path for this instance. (Inherited from IModelComponent.)
Public property ID Gets or sets the engine ID of the component.
Public property Name Gets or sets the name of the component as presented to user.
Public property OwningCollection Infrastructure. Gets or sets the collection that owns the current object. (Inherited from IModelComponent.)
Public property Parent Infrastructure. Gets the parent IModelComponent of this instance. (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

See Also

Reference

Microsoft.AnalysisServices Namespace