INamedComponent Interface

 

Applies To: SQL Server (starting with 2016)

Represents a named component.

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

Syntax

[GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")]
public interface INamedComponent : IModelComponent, IComponent, 
    IDisposable
[GuidAttribute("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
<GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")>
Public Interface INamedComponent
    Inherits IModelComponent, IComponent, IDisposable

Properties

Name Description
System_CAPS_pubproperty Description

Gets or sets the long description of the component.

System_CAPS_pubproperty FriendlyPath

Gets a friendly path for this instance.(Inherited from IModelComponent.)

System_CAPS_pubproperty ID

Gets or sets the engine ID of the component.

System_CAPS_pubproperty Name

Gets or sets the name of the component as presented to user.

System_CAPS_pubproperty OwningCollection

Gets or sets the collection that owns the current object.(Inherited from IModelComponent.)

System_CAPS_pubproperty Parent

Gets the parent IModelComponent of this instance.(Inherited from IModelComponent.)

System_CAPS_pubproperty Site

(Inherited from IComponent.)

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

Events

Name Description
System_CAPS_pubevent Disposed

(Inherited from IComponent.)

See Also

Microsoft.AnalysisServices Namespace

Return to top