IModelComponent Interface

 

Applies To: SQL Server (starting with 2016)

Represents a model component.

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

Syntax

[GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface IModelComponent : IComponent, IDisposable
[GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface class IModelComponent : IComponent, IDisposable
[<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")>]
type IModelComponent = 
    interface
        interface IComponent
        interface IDisposable
    end
<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")>
Public Interface IModelComponent
    Inherits IComponent, IDisposable

Properties

Name Description
System_CAPS_pubproperty FriendlyPath

Gets a friendly path for this instance.

System_CAPS_pubproperty OwningCollection

Gets or sets the collection that owns the current object.

System_CAPS_pubproperty Parent

Gets the parent IModelComponent of this instance.

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