INamedComponent Interface

This API supports the .NET Framework 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